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.0805,-75.4005)};var g_8339bce416d5b064bc8f8539497a4412 = new google.maps.Geocoder();g_8339bce416d5b064bc8f8539497a4412.geocode( { 'address': "150 S Warner Rd #220, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-us-mortgage-resolution').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-us-mortgage-resolution'), mapOptions);}document.getElementById('da495fa7').innerHTML += ' | View Map';var $l8339bce416d5b064bc8f8539497a4412 = '

US Mortgage Resolution

Address: 150 S Warner Rd #220, King of Prussia, PA 19406, USA
Phone: (484) 498-8250
';var m_8339bce416d5b064bc8f8539497a4412 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Mortgage Resolution',});m_8339bce416d5b064bc8f8539497a4412['infowindow'] = new google.maps.InfoWindow({content: $l8339bce416d5b064bc8f8539497a4412});var infowindow = new google.maps.InfoWindow({content: $l8339bce416d5b064bc8f8539497a4412});google.maps.event.addListener(m_8339bce416d5b064bc8f8539497a4412, 'click', function() {infowindow.open(map,m_8339bce416d5b064bc8f8539497a4412);});$marker.push(m_8339bce416d5b064bc8f8539497a4412);}});}google.maps.event.addDomListener(window, 'load', initialize);