"; map_fusion_map_64e2461f8d112_args = { position: new google.maps.LatLng("S", "S"), map: map_fusion_map_64e2461f8d112 }; markers[counter] = new google.maps.Marker(map_fusion_map_64e2461f8d112_args); markers[counter]['infowindow'] = new google.maps.InfoWindow({ content: content_string }); markers[counter]['infowindow'].show = true; markers[counter]['infowindow'].open(map_fusion_map_64e2461f8d112, markers[counter]); google.maps.event.addListener(markers[counter], 'click', function() { if(this['infowindow'].show) { this['infowindow'].close(map_fusion_map_64e2461f8d112, this); this['infowindow'].show = false; } else { this['infowindow'].open(map_fusion_map_64e2461f8d112, this); this['infowindow'].show = true; } }); counter++; } google.maps.event.addDomListener(window, 'load', fusion_run_map_fusion_map_64e2461f8d112);