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(42.6727,-73.6418)};var g_b1300291698eadedb559786c809cc592 = new google.maps.Geocoder();g_b1300291698eadedb559786c809cc592.geocode( { 'address': "78 Main Ave, Wynantskill, NY 12198"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wynantskill-NY-pioneer-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('wynantskill-NY-pioneer-savings-bank'), mapOptions);}document.getElementById('a2d58898').innerHTML += ' | View Map';var $lb1300291698eadedb559786c809cc592 = '

Pioneer Savings Bank

Address: 78 Main Ave, Wynantskill, NY 12198
Phone: (518) 283-5905
';var m_b1300291698eadedb559786c809cc592 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Savings Bank',});m_b1300291698eadedb559786c809cc592['infowindow'] = new google.maps.InfoWindow({content: $lb1300291698eadedb559786c809cc592});var infowindow = new google.maps.InfoWindow({content: $lb1300291698eadedb559786c809cc592});google.maps.event.addListener(m_b1300291698eadedb559786c809cc592, 'click', function() {infowindow.open(map,m_b1300291698eadedb559786c809cc592);});$marker.push(m_b1300291698eadedb559786c809cc592);}});}google.maps.event.addDomListener(window, 'load', initialize);