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.744,-73.6051)};var g_783eccb7726027d9a760e2d8a4643202 = new google.maps.Geocoder();g_783eccb7726027d9a760e2d8a4643202.geocode( { 'address': "59 3rd St, Troy, NY 12180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-NY-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('troy-NY-bank-of-america'), mapOptions);}document.getElementById('67c928f5').innerHTML += ' | View Map';var $l783eccb7726027d9a760e2d8a4643202 = '

Bank of America

Address: 59 3rd St, Troy, NY 12180
Phone: (866) 565-4264
';var m_783eccb7726027d9a760e2d8a4643202 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_783eccb7726027d9a760e2d8a4643202['infowindow'] = new google.maps.InfoWindow({content: $l783eccb7726027d9a760e2d8a4643202});var infowindow = new google.maps.InfoWindow({content: $l783eccb7726027d9a760e2d8a4643202});google.maps.event.addListener(m_783eccb7726027d9a760e2d8a4643202, 'click', function() {infowindow.open(map,m_783eccb7726027d9a760e2d8a4643202);});$marker.push(m_783eccb7726027d9a760e2d8a4643202);}});}google.maps.event.addDomListener(window, 'load', initialize);