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_fb4ec268ea675409d836b9acc325ae45 = new google.maps.Geocoder();g_fb4ec268ea675409d836b9acc325ae45.geocode( { 'address': "1400 Adams Rd, Bensalem, PA 19020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-mid-atlantic-the-mortgage-specialist').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-mid-atlantic-the-mortgage-specialist'), mapOptions);}document.getElementById('e7ccdd0a').innerHTML += ' | View Map';var $lfb4ec268ea675409d836b9acc325ae45 = '

Mid-Atlantic The Mortgage Specialist

Address: 1400 Adams Rd, Bensalem, PA 19020
Phone: (215) 639-9737
';var m_fb4ec268ea675409d836b9acc325ae45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Atlantic The Mortgage Specialist',});m_fb4ec268ea675409d836b9acc325ae45['infowindow'] = new google.maps.InfoWindow({content: $lfb4ec268ea675409d836b9acc325ae45});var infowindow = new google.maps.InfoWindow({content: $lfb4ec268ea675409d836b9acc325ae45});google.maps.event.addListener(m_fb4ec268ea675409d836b9acc325ae45, 'click', function() {infowindow.open(map,m_fb4ec268ea675409d836b9acc325ae45);});$marker.push(m_fb4ec268ea675409d836b9acc325ae45);}});}google.maps.event.addDomListener(window, 'load', initialize);