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.1355,-75.3164)};var g_876a7d76f0e87b1a3ab46c9b0fc9f36c = new google.maps.Geocoder();g_876a7d76f0e87b1a3ab46c9b0fc9f36c.geocode( { 'address': "2500 Dekalb Pike #201, East Norriton, PA 19401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-norriton-PA-drexel-hill-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('east-norriton-PA-drexel-hill-mortgage-inc'), mapOptions);}document.getElementById('21c1ed1c').innerHTML += ' | View Map';var $l876a7d76f0e87b1a3ab46c9b0fc9f36c = '

Drexel Hill Mortgage, Inc

Address: 2500 Dekalb Pike #201, East Norriton, PA 19401, USA
Phone: (610) 757-0031
';var m_876a7d76f0e87b1a3ab46c9b0fc9f36c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Drexel Hill Mortgage, Inc',});m_876a7d76f0e87b1a3ab46c9b0fc9f36c['infowindow'] = new google.maps.InfoWindow({content: $l876a7d76f0e87b1a3ab46c9b0fc9f36c});var infowindow = new google.maps.InfoWindow({content: $l876a7d76f0e87b1a3ab46c9b0fc9f36c});google.maps.event.addListener(m_876a7d76f0e87b1a3ab46c9b0fc9f36c, 'click', function() {infowindow.open(map,m_876a7d76f0e87b1a3ab46c9b0fc9f36c);});$marker.push(m_876a7d76f0e87b1a3ab46c9b0fc9f36c);}});}google.maps.event.addDomListener(window, 'load', initialize);