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(40.5767,-75.5277)};var g_c8d1367dffe4753aec20c074d8e33beb = new google.maps.Geocoder();g_c8d1367dffe4753aec20c074d8e33beb.geocode( { 'address': "3570 Hamilton Blvd, Allentown, PA 18103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-first-niagara-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-first-niagara-bank-atm'), mapOptions);}document.getElementById('dc1fa08a').innerHTML += ' | View Map';var $lc8d1367dffe4753aec20c074d8e33beb = '

First Niagara Bank ATM

Address: 3570 Hamilton Blvd, Allentown, PA 18103, USA
Phone: (610) 437-1522
';var m_c8d1367dffe4753aec20c074d8e33beb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank ATM',});m_c8d1367dffe4753aec20c074d8e33beb['infowindow'] = new google.maps.InfoWindow({content: $lc8d1367dffe4753aec20c074d8e33beb});var infowindow = new google.maps.InfoWindow({content: $lc8d1367dffe4753aec20c074d8e33beb});google.maps.event.addListener(m_c8d1367dffe4753aec20c074d8e33beb, 'click', function() {infowindow.open(map,m_c8d1367dffe4753aec20c074d8e33beb);});$marker.push(m_c8d1367dffe4753aec20c074d8e33beb);}});}google.maps.event.addDomListener(window, 'load', initialize);