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.5994,-75.4726)};var g_2299a3e5d4702b3d9f5c77ce3abf7979 = new google.maps.Geocoder();g_2299a3e5d4702b3d9f5c77ce3abf7979.geocode( { 'address': "6890 Hamilton Blvd, Allentown, PA 18106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-first-niagara-bank-trexlertown-branch').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-first-niagara-bank-trexlertown-branch'), mapOptions);}document.getElementById('fd861778').innerHTML += ' | View Map';var $l2299a3e5d4702b3d9f5c77ce3abf7979 = '

First Niagara Bank - Trexlertown Branch

Address: 6890 Hamilton Blvd, Allentown, PA 18106
Phone: (610) 530-9221
';var m_2299a3e5d4702b3d9f5c77ce3abf7979 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Trexlertown Branch',});m_2299a3e5d4702b3d9f5c77ce3abf7979['infowindow'] = new google.maps.InfoWindow({content: $l2299a3e5d4702b3d9f5c77ce3abf7979});var infowindow = new google.maps.InfoWindow({content: $l2299a3e5d4702b3d9f5c77ce3abf7979});google.maps.event.addListener(m_2299a3e5d4702b3d9f5c77ce3abf7979, 'click', function() {infowindow.open(map,m_2299a3e5d4702b3d9f5c77ce3abf7979);});$marker.push(m_2299a3e5d4702b3d9f5c77ce3abf7979);}});}google.maps.event.addDomListener(window, 'load', initialize);