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.7471,-73.7679)};var g_b6d7a951171944f9a12d2812cd058251 = new google.maps.Geocoder();g_b6d7a951171944f9a12d2812cd058251.geocode( { 'address': "531 Troy Schenectady Rd, Latham, NY 12110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latham-NY-pioneer-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('latham-NY-pioneer-savings-bank'), mapOptions);}document.getElementById('8f69d52f').innerHTML += ' | View Map';var $lb6d7a951171944f9a12d2812cd058251 = '

Pioneer Savings Bank

Address: 531 Troy Schenectady Rd, Latham, NY 12110
Phone: (518) 785-5566
';var m_b6d7a951171944f9a12d2812cd058251 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Savings Bank',});m_b6d7a951171944f9a12d2812cd058251['infowindow'] = new google.maps.InfoWindow({content: $lb6d7a951171944f9a12d2812cd058251});var infowindow = new google.maps.InfoWindow({content: $lb6d7a951171944f9a12d2812cd058251});google.maps.event.addListener(m_b6d7a951171944f9a12d2812cd058251, 'click', function() {infowindow.open(map,m_b6d7a951171944f9a12d2812cd058251);});$marker.push(m_b6d7a951171944f9a12d2812cd058251);}});}google.maps.event.addDomListener(window, 'load', initialize);