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_bc1c60cf6a087b5651fad5a765a75cda = new google.maps.Geocoder();g_bc1c60cf6a087b5651fad5a765a75cda.geocode( { 'address': "1348 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-king-wealth-strategies').style.display = '';map = new google.maps.Map(document.getElementById('state-college-PA-king-wealth-strategies'), mapOptions);}document.getElementById('cf4060fd').innerHTML += ' | View Map';var $lbc1c60cf6a087b5651fad5a765a75cda = '

King Wealth Strategies

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