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.6483,-73.7516)};var g_d13255f7c03d862dc18bc30dbcb8607f = new google.maps.Geocoder();g_d13255f7c03d862dc18bc30dbcb8607f.geocode( { 'address': "141 Washington Avenue Ext, Albany, NY 12205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-woodforest-national-bank'), mapOptions);}document.getElementById('8d986581').innerHTML += ' | View Map';var $ld13255f7c03d862dc18bc30dbcb8607f = '

Woodforest National Bank

Address: 141 Washington Avenue Ext, Albany, NY 12205
Phone: (518) 452-0176
';var m_d13255f7c03d862dc18bc30dbcb8607f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_d13255f7c03d862dc18bc30dbcb8607f['infowindow'] = new google.maps.InfoWindow({content: $ld13255f7c03d862dc18bc30dbcb8607f});var infowindow = new google.maps.InfoWindow({content: $ld13255f7c03d862dc18bc30dbcb8607f});google.maps.event.addListener(m_d13255f7c03d862dc18bc30dbcb8607f, 'click', function() {infowindow.open(map,m_d13255f7c03d862dc18bc30dbcb8607f);});$marker.push(m_d13255f7c03d862dc18bc30dbcb8607f);}});}google.maps.event.addDomListener(window, 'load', initialize);