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.1649,-75.1515)};var g_a4e0b4a3d1b307d51de0a5092567f81e = new google.maps.Geocoder();g_a4e0b4a3d1b307d51de0a5092567f81e.geocode( { 'address': "Building 5, 300 Welsh Rd, Horsham, PA 19044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horsham-PA-finance-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('horsham-PA-finance-of-america-mortgage'), mapOptions);}document.getElementById('e66a1580').innerHTML += ' | View Map';var $la4e0b4a3d1b307d51de0a5092567f81e = '

Finance of America Mortgage

Address: Building 5, 300 Welsh Rd, Horsham, PA 19044, USA
Phone: (215) 591-0222
';var m_a4e0b4a3d1b307d51de0a5092567f81e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Finance of America Mortgage',});m_a4e0b4a3d1b307d51de0a5092567f81e['infowindow'] = new google.maps.InfoWindow({content: $la4e0b4a3d1b307d51de0a5092567f81e});var infowindow = new google.maps.InfoWindow({content: $la4e0b4a3d1b307d51de0a5092567f81e});google.maps.event.addListener(m_a4e0b4a3d1b307d51de0a5092567f81e, 'click', function() {infowindow.open(map,m_a4e0b4a3d1b307d51de0a5092567f81e);});$marker.push(m_a4e0b4a3d1b307d51de0a5092567f81e);}});}google.maps.event.addDomListener(window, 'load', initialize);