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_bfb108c1947eca84f3e45058386ecf60 = new google.maps.Geocoder();g_bfb108c1947eca84f3e45058386ecf60.geocode( { 'address': "2126 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').style.display = '';map = new google.maps.Map(document.getElementById('whitehall-PA-bank-of-america'), mapOptions);}document.getElementById('42574c02').innerHTML += ' | View Map';var $lbfb108c1947eca84f3e45058386ecf60 = '

Bank of America

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