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.4895,-78.413)};var g_7d7a201db343b36d3744f93d8b570c7b = new google.maps.Geocoder();g_7d7a201db343b36d3744f93d8b570c7b.geocode( { 'address': "3600 5th Ave #2, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-tidewater-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-tidewater-mortgage-services'), mapOptions);}document.getElementById('54c06ab3').innerHTML += ' | View Map';var $l7d7a201db343b36d3744f93d8b570c7b = '

Tidewater Mortgage Services

Address: 3600 5th Ave #2, Altoona, PA 16602, USA
Phone: (814) 201-2171
';var m_7d7a201db343b36d3744f93d8b570c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tidewater Mortgage Services',});m_7d7a201db343b36d3744f93d8b570c7b['infowindow'] = new google.maps.InfoWindow({content: $l7d7a201db343b36d3744f93d8b570c7b});var infowindow = new google.maps.InfoWindow({content: $l7d7a201db343b36d3744f93d8b570c7b});google.maps.event.addListener(m_7d7a201db343b36d3744f93d8b570c7b, 'click', function() {infowindow.open(map,m_7d7a201db343b36d3744f93d8b570c7b);});$marker.push(m_7d7a201db343b36d3744f93d8b570c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);