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.1518,-75.2652)};var g_dd8c5c0ae371823cd3eb479f225c66d3 = new google.maps.Geocoder();g_dd8c5c0ae371823cd3eb479f225c66d3.geocode( { 'address': "585 W Skippack Pike #400, Blue Bell, PA 19422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-bell-PA-land-home-financial-services---blue-bell').style.display = '';map = new google.maps.Map(document.getElementById('blue-bell-PA-land-home-financial-services---blue-bell'), mapOptions);}document.getElementById('197a71b3').innerHTML += ' | View Map';var $ldd8c5c0ae371823cd3eb479f225c66d3 = '

Land Home Financial Services - Blue Bell

Address: 585 W Skippack Pike #400, Blue Bell, PA 19422, USA
Phone: (267) 705-4013
';var m_dd8c5c0ae371823cd3eb479f225c66d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Land Home Financial Services - Blue Bell',});m_dd8c5c0ae371823cd3eb479f225c66d3['infowindow'] = new google.maps.InfoWindow({content: $ldd8c5c0ae371823cd3eb479f225c66d3});var infowindow = new google.maps.InfoWindow({content: $ldd8c5c0ae371823cd3eb479f225c66d3});google.maps.event.addListener(m_dd8c5c0ae371823cd3eb479f225c66d3, 'click', function() {infowindow.open(map,m_dd8c5c0ae371823cd3eb479f225c66d3);});$marker.push(m_dd8c5c0ae371823cd3eb479f225c66d3);}});}google.maps.event.addDomListener(window, 'load', initialize);