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.7842,-77.8481)};var g_a40884566d13ee3dbf3453ed84a2dc7a = new google.maps.Geocoder();g_a40884566d13ee3dbf3453ed84a2dc7a.geocode( { 'address': "1315 S Allen St #207, State College, PA 16801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('state-college-PA-true-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('state-college-PA-true-home-mortgage'), mapOptions);}document.getElementById('ab01bde1').innerHTML += ' | View Map';var $la40884566d13ee3dbf3453ed84a2dc7a = '

True Home Mortgage

Address: 1315 S Allen St #207, State College, PA 16801, USA
Phone: (814) 238-3084
';var m_a40884566d13ee3dbf3453ed84a2dc7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'True Home Mortgage',});m_a40884566d13ee3dbf3453ed84a2dc7a['infowindow'] = new google.maps.InfoWindow({content: $la40884566d13ee3dbf3453ed84a2dc7a});var infowindow = new google.maps.InfoWindow({content: $la40884566d13ee3dbf3453ed84a2dc7a});google.maps.event.addListener(m_a40884566d13ee3dbf3453ed84a2dc7a, 'click', function() {infowindow.open(map,m_a40884566d13ee3dbf3453ed84a2dc7a);});$marker.push(m_a40884566d13ee3dbf3453ed84a2dc7a);}});}google.maps.event.addDomListener(window, 'load', initialize);