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.7844,-77.8416)};var g_b49cbcb241cd70f42e1fd7e8adb75c71 = new google.maps.Geocoder();g_b49cbcb241cd70f42e1fd7e8adb75c71.geocode( { 'address': "1346 S Atherton St, State College, PA 16801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('state-college-PA-mortgage-source-pa').style.display = '';map = new google.maps.Map(document.getElementById('state-college-PA-mortgage-source-pa'), mapOptions);}document.getElementById('560d4e8c').innerHTML += ' | View Map';var $lb49cbcb241cd70f42e1fd7e8adb75c71 = '

Mortgage Source PA

Address: 1346 S Atherton St, State College, PA 16801, USA
Phone: (814) 234-1477
';var m_b49cbcb241cd70f42e1fd7e8adb75c71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Source PA',});m_b49cbcb241cd70f42e1fd7e8adb75c71['infowindow'] = new google.maps.InfoWindow({content: $lb49cbcb241cd70f42e1fd7e8adb75c71});var infowindow = new google.maps.InfoWindow({content: $lb49cbcb241cd70f42e1fd7e8adb75c71});google.maps.event.addListener(m_b49cbcb241cd70f42e1fd7e8adb75c71, 'click', function() {infowindow.open(map,m_b49cbcb241cd70f42e1fd7e8adb75c71);});$marker.push(m_b49cbcb241cd70f42e1fd7e8adb75c71);}});}google.maps.event.addDomListener(window, 'load', initialize);