{center.zoom}10
{center.latitude}{constraint.latitude}
{center.longitude}{constraint.longitude}
var mapConfiguration = {
active: true,
zoom: {zoom},
apiConsoleKey: '{settings.apiConsoleKey}',
libraries: [
'maps',
'marker'
, '{library}'
],
{name}: '',
{name}: '{configuration}',
center: {
lat: {latitude},
lng: {longitude}
},
afterSearch: "{afterSearch}"
};
{mapConfiguration}