seoagent (March 12th, 2016)
if (status == google.maps.GeocoderStatus.OK) {
var marker = new google.maps.Marker({
map: map,
icon: redFlag,
shadow: shadow,
//title: title,
animation: google.maps.Animation.DROP,
position: <?php echo $marker_position; ?>
});
map.setCenter(marker.getPosition());
var infowindow = new google.maps.InfoWindow({
..
..
seoagent (March 12th, 2016)
There are currently 1 users browsing this thread. (0 members and 1 guests)