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.1028,-74.9293)};var g_8e254b0f2bce14ae124c2fcd3bbfe197 = new google.maps.Geocoder();g_8e254b0f2bce14ae124c2fcd3bbfe197.geocode( { 'address': "3070 Bristol Pike, Bensalem, PA 19020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-equity-source-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-equity-source-home-loans'), mapOptions);}document.getElementById('1ea52f48').innerHTML += ' | View Map';var $l8e254b0f2bce14ae124c2fcd3bbfe197 = '

Equity Source Home Loans

Address: 3070 Bristol Pike, Bensalem, PA 19020
Phone: (215) 604-0330
';var m_8e254b0f2bce14ae124c2fcd3bbfe197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity Source Home Loans',});m_8e254b0f2bce14ae124c2fcd3bbfe197['infowindow'] = new google.maps.InfoWindow({content: $l8e254b0f2bce14ae124c2fcd3bbfe197});var infowindow = new google.maps.InfoWindow({content: $l8e254b0f2bce14ae124c2fcd3bbfe197});google.maps.event.addListener(m_8e254b0f2bce14ae124c2fcd3bbfe197, 'click', function() {infowindow.open(map,m_8e254b0f2bce14ae124c2fcd3bbfe197);});$marker.push(m_8e254b0f2bce14ae124c2fcd3bbfe197);}});}google.maps.event.addDomListener(window, 'load', initialize);