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.7841,-73.6726)};var g_43354f4dac7ae3dcc139e9c25ca7a39d = new google.maps.Geocoder();g_43354f4dac7ae3dcc139e9c25ca7a39d.geocode( { 'address': "820 2nd Ave, Troy, NY 12182, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-NY-atm-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-NY-atm-first-niagara-bank'), mapOptions);}document.getElementById('f854478c').innerHTML += ' | View Map';var $l43354f4dac7ae3dcc139e9c25ca7a39d = '

ATM (First Niagara Bank)

Address: 820 2nd Ave, Troy, NY 12182, USA
Phone:
';var m_43354f4dac7ae3dcc139e9c25ca7a39d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Niagara Bank)',});m_43354f4dac7ae3dcc139e9c25ca7a39d['infowindow'] = new google.maps.InfoWindow({content: $l43354f4dac7ae3dcc139e9c25ca7a39d});var infowindow = new google.maps.InfoWindow({content: $l43354f4dac7ae3dcc139e9c25ca7a39d});google.maps.event.addListener(m_43354f4dac7ae3dcc139e9c25ca7a39d, 'click', function() {infowindow.open(map,m_43354f4dac7ae3dcc139e9c25ca7a39d);});$marker.push(m_43354f4dac7ae3dcc139e9c25ca7a39d);}});}google.maps.event.addDomListener(window, 'load', initialize);