var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(43.0968,-73.7471)};var g_cf50d2e27f09c06f34271e18f6d6db61 = new google.maps.Geocoder();g_cf50d2e27f09c06f34271e18f6d6db61.geocode( { 'address': "95 Weibel Ave, Saratoga Springs, NY 12866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-NY-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-NY-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('4909d1aa').innerHTML += ' | View Map';var $lcf50d2e27f09c06f34271e18f6d6db61 = '

Citizens Bank Supermarket Branch

Address: 95 Weibel Ave, Saratoga Springs, NY 12866, USA
Phone: (518) 587-1400
';var m_cf50d2e27f09c06f34271e18f6d6db61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_cf50d2e27f09c06f34271e18f6d6db61['infowindow'] = new google.maps.InfoWindow({content: $lcf50d2e27f09c06f34271e18f6d6db61});var infowindow = new google.maps.InfoWindow({content: $lcf50d2e27f09c06f34271e18f6d6db61});google.maps.event.addListener(m_cf50d2e27f09c06f34271e18f6d6db61, 'click', function() {infowindow.open(map,m_cf50d2e27f09c06f34271e18f6d6db61);});$marker.push(m_cf50d2e27f09c06f34271e18f6d6db61);}});}google.maps.event.addDomListener(window, 'load', initialize);