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.1975,-75.0746)};var g_c09a256ceb73eac17c35887224c0a13a = new google.maps.Geocoder();g_c09a256ceb73eac17c35887224c0a13a.geocode( { 'address': "720 Johnsville Blvd #1205b, Warminster, PA 18974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warminster-PA-independence-home-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('warminster-PA-independence-home-mortgage-corp'), mapOptions);}document.getElementById('59bfbb21').innerHTML += ' | View Map';var $lc09a256ceb73eac17c35887224c0a13a = '

Independence Home Mortgage Corp.

Address: 720 Johnsville Blvd #1205b, Warminster, PA 18974, USA
Phone: (215) 323-4120
';var m_c09a256ceb73eac17c35887224c0a13a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Home Mortgage Corp.',});m_c09a256ceb73eac17c35887224c0a13a['infowindow'] = new google.maps.InfoWindow({content: $lc09a256ceb73eac17c35887224c0a13a});var infowindow = new google.maps.InfoWindow({content: $lc09a256ceb73eac17c35887224c0a13a});google.maps.event.addListener(m_c09a256ceb73eac17c35887224c0a13a, 'click', function() {infowindow.open(map,m_c09a256ceb73eac17c35887224c0a13a);});$marker.push(m_c09a256ceb73eac17c35887224c0a13a);}});}google.maps.event.addDomListener(window, 'load', initialize);