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.6051,-75.4942)};var g_55800f507f23744a2ecc26abc97ccc8e = new google.maps.Geocoder();g_55800f507f23744a2ecc26abc97ccc8e.geocode( { 'address': "1602 W Allen St, Allentown, PA 18102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-allentown-branch').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-allentown-branch'), mapOptions);}document.getElementById('e802522f').innerHTML += ' | View Map';var $l55800f507f23744a2ecc26abc97ccc8e = '

Allentown Branch

Address: 1602 W Allen St, Allentown, PA 18102, USA
Phone: (610) 776-2630
';var m_55800f507f23744a2ecc26abc97ccc8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allentown Branch',});m_55800f507f23744a2ecc26abc97ccc8e['infowindow'] = new google.maps.InfoWindow({content: $l55800f507f23744a2ecc26abc97ccc8e});var infowindow = new google.maps.InfoWindow({content: $l55800f507f23744a2ecc26abc97ccc8e});google.maps.event.addListener(m_55800f507f23744a2ecc26abc97ccc8e, 'click', function() {infowindow.open(map,m_55800f507f23744a2ecc26abc97ccc8e);});$marker.push(m_55800f507f23744a2ecc26abc97ccc8e);}});}google.maps.event.addDomListener(window, 'load', initialize);