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(41.3878,-75.7383)};var g_b443471216b517cc30cb9eea354e023d = new google.maps.Geocoder();g_b443471216b517cc30cb9eea354e023d.geocode( { 'address': "306 S Keyser Ave, Old Forge, PA 18518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-forge-PA-whitehall-mortgage-financial-ltd').style.display = '';map = new google.maps.Map(document.getElementById('old-forge-PA-whitehall-mortgage-financial-ltd'), mapOptions);}document.getElementById('95e61f7b').innerHTML += ' | View Map';var $lb443471216b517cc30cb9eea354e023d = '

Whitehall Mortgage Financial LTD.

Address: 306 S Keyser Ave, Old Forge, PA 18518, USA
Phone: (570) 562-7505
';var m_b443471216b517cc30cb9eea354e023d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitehall Mortgage Financial LTD.',});m_b443471216b517cc30cb9eea354e023d['infowindow'] = new google.maps.InfoWindow({content: $lb443471216b517cc30cb9eea354e023d});var infowindow = new google.maps.InfoWindow({content: $lb443471216b517cc30cb9eea354e023d});google.maps.event.addListener(m_b443471216b517cc30cb9eea354e023d, 'click', function() {infowindow.open(map,m_b443471216b517cc30cb9eea354e023d);});$marker.push(m_b443471216b517cc30cb9eea354e023d);}});}google.maps.event.addDomListener(window, 'load', initialize);