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.6586,-75.4918)};var g_4ab53ed9ba64a224ab5320f0a3218038 = new google.maps.Geocoder();g_4ab53ed9ba64a224ab5320f0a3218038.geocode( { 'address': "1952 Macarthur Rd, Whitehall, PA 18052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitehall-PA-bank-of-america-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('whitehall-PA-bank-of-america-home-loans'), mapOptions);}document.getElementById('a1d70da7').innerHTML += ' | View Map';var $l4ab53ed9ba64a224ab5320f0a3218038 = '

Bank of America Home Loans

Address: 1952 Macarthur Rd, Whitehall, PA 18052
Phone: (610) 782-8810
';var m_4ab53ed9ba64a224ab5320f0a3218038 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Home Loans',});m_4ab53ed9ba64a224ab5320f0a3218038['infowindow'] = new google.maps.InfoWindow({content: $l4ab53ed9ba64a224ab5320f0a3218038});var infowindow = new google.maps.InfoWindow({content: $l4ab53ed9ba64a224ab5320f0a3218038});google.maps.event.addListener(m_4ab53ed9ba64a224ab5320f0a3218038, 'click', function() {infowindow.open(map,m_4ab53ed9ba64a224ab5320f0a3218038);});$marker.push(m_4ab53ed9ba64a224ab5320f0a3218038);}});}google.maps.event.addDomListener(window, 'load', initialize);