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.5066,-78.3864)};var g_ae60946000845fbe6bf00e9d02a593c7 = new google.maps.Geocoder();g_ae60946000845fbe6bf00e9d02a593c7.geocode( { 'address': "210 E Plank Rd #10, Altoona, PA 16602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altoona-PA-platinum-wealth-strategies').style.display = '';map = new google.maps.Map(document.getElementById('altoona-PA-platinum-wealth-strategies'), mapOptions);}document.getElementById('226cc1bf').innerHTML += ' | View Map';var $lae60946000845fbe6bf00e9d02a593c7 = '

Platinum Wealth Strategies

Address: 210 E Plank Rd #10, Altoona, PA 16602, USA
Phone: (814) 946-7006
';var m_ae60946000845fbe6bf00e9d02a593c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Wealth Strategies',});m_ae60946000845fbe6bf00e9d02a593c7['infowindow'] = new google.maps.InfoWindow({content: $lae60946000845fbe6bf00e9d02a593c7});var infowindow = new google.maps.InfoWindow({content: $lae60946000845fbe6bf00e9d02a593c7});google.maps.event.addListener(m_ae60946000845fbe6bf00e9d02a593c7, 'click', function() {infowindow.open(map,m_ae60946000845fbe6bf00e9d02a593c7);});$marker.push(m_ae60946000845fbe6bf00e9d02a593c7);}});}google.maps.event.addDomListener(window, 'load', initialize);