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.3418,-75.152)};var g_78b8d6620afcd434a4b7fb41b22e595b = new google.maps.Geocoder();g_78b8d6620afcd434a4b7fb41b22e595b.geocode( { 'address': "5033 Swamp Rd Suite 504, Fountainville, PA 18923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountainville-PA-nations-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('fountainville-PA-nations-home-loans'), mapOptions);}document.getElementById('311162d3').innerHTML += ' | View Map';var $l78b8d6620afcd434a4b7fb41b22e595b = '

Nations Home Loans

Address: 5033 Swamp Rd Suite 504, Fountainville, PA 18923, USA
Phone: (215) 256-9200
';var m_78b8d6620afcd434a4b7fb41b22e595b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Home Loans',});m_78b8d6620afcd434a4b7fb41b22e595b['infowindow'] = new google.maps.InfoWindow({content: $l78b8d6620afcd434a4b7fb41b22e595b});var infowindow = new google.maps.InfoWindow({content: $l78b8d6620afcd434a4b7fb41b22e595b});google.maps.event.addListener(m_78b8d6620afcd434a4b7fb41b22e595b, 'click', function() {infowindow.open(map,m_78b8d6620afcd434a4b7fb41b22e595b);});$marker.push(m_78b8d6620afcd434a4b7fb41b22e595b);}});}google.maps.event.addDomListener(window, 'load', initialize);