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_812214fb8e7066bfa6e32c626c2c688b = new google.maps.Geocoder();g_812214fb8e7066bfa6e32c626c2c688b.geocode( { 'address': "133 Wolf Rd, STE 3, Albany, NY 12205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-bank-of-america'), mapOptions);}document.getElementById('62e279e5').innerHTML += ' | View Map';var $l812214fb8e7066bfa6e32c626c2c688b = '

Bank of America

Address: 133 Wolf Rd, STE 3, Albany, NY 12205
Phone: (518) 459-9003
';var m_812214fb8e7066bfa6e32c626c2c688b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_812214fb8e7066bfa6e32c626c2c688b['infowindow'] = new google.maps.InfoWindow({content: $l812214fb8e7066bfa6e32c626c2c688b});var infowindow = new google.maps.InfoWindow({content: $l812214fb8e7066bfa6e32c626c2c688b});google.maps.event.addListener(m_812214fb8e7066bfa6e32c626c2c688b, 'click', function() {infowindow.open(map,m_812214fb8e7066bfa6e32c626c2c688b);});$marker.push(m_812214fb8e7066bfa6e32c626c2c688b);}});var g_d350e95f3f4c90e8b6d858016f5f0cd0 = new google.maps.Geocoder();g_d350e95f3f4c90e8b6d858016f5f0cd0.geocode( { 'address': "1791 Western Ave, Albany, NY 12203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-bank-of-america'), mapOptions);}document.getElementById('8779cb61').innerHTML += ' | View Map';var $ld350e95f3f4c90e8b6d858016f5f0cd0 = '

Bank of America

Address: 1791 Western Ave, Albany, NY 12203
Phone: (518) 218-5473
';var m_d350e95f3f4c90e8b6d858016f5f0cd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_d350e95f3f4c90e8b6d858016f5f0cd0['infowindow'] = new google.maps.InfoWindow({content: $ld350e95f3f4c90e8b6d858016f5f0cd0});var infowindow = new google.maps.InfoWindow({content: $ld350e95f3f4c90e8b6d858016f5f0cd0});google.maps.event.addListener(m_d350e95f3f4c90e8b6d858016f5f0cd0, 'click', function() {infowindow.open(map,m_d350e95f3f4c90e8b6d858016f5f0cd0);});$marker.push(m_d350e95f3f4c90e8b6d858016f5f0cd0);}});}google.maps.event.addDomListener(window, 'load', initialize);