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(43.0083,-76.1411)};var g_6397bb2d04a32b954909e4356bd68793 = new google.maps.Geocoder();g_6397bb2d04a32b954909e4356bd68793.geocode( { 'address': "4141 S Salina St, Syracuse, NY 13205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-atm-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-atm-first-niagara-bank'), mapOptions);}document.getElementById('8cc724df').innerHTML += ' | View Map';var $l6397bb2d04a32b954909e4356bd68793 = '

ATM (First Niagara Bank)

Address: 4141 S Salina St, Syracuse, NY 13205, USA
Phone:
';var m_6397bb2d04a32b954909e4356bd68793 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Niagara Bank)',});m_6397bb2d04a32b954909e4356bd68793['infowindow'] = new google.maps.InfoWindow({content: $l6397bb2d04a32b954909e4356bd68793});var infowindow = new google.maps.InfoWindow({content: $l6397bb2d04a32b954909e4356bd68793});google.maps.event.addListener(m_6397bb2d04a32b954909e4356bd68793, 'click', function() {infowindow.open(map,m_6397bb2d04a32b954909e4356bd68793);});$marker.push(m_6397bb2d04a32b954909e4356bd68793);}});}google.maps.event.addDomListener(window, 'load', initialize);