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.7866,-77.8722)};var g_59bcaebc1b69602ce5909fa804cc5ebb = new google.maps.Geocoder();g_59bcaebc1b69602ce5909fa804cc5ebb.geocode( { 'address': "925 W College Ave, State College, PA 16801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('state-college-PA-nationwide-insurance-m-d-karstetter-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('state-college-PA-nationwide-insurance-m-d-karstetter-agency-inc'), mapOptions);}document.getElementById('ea2b575c').innerHTML += ' | View Map';var $l59bcaebc1b69602ce5909fa804cc5ebb = '

Nationwide Insurance: M D Karstetter Agency Inc

Address: 925 W College Ave, State College, PA 16801, USA
Phone: (814) 238-6038
';var m_59bcaebc1b69602ce5909fa804cc5ebb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: M D Karstetter Agency Inc',});m_59bcaebc1b69602ce5909fa804cc5ebb['infowindow'] = new google.maps.InfoWindow({content: $l59bcaebc1b69602ce5909fa804cc5ebb});var infowindow = new google.maps.InfoWindow({content: $l59bcaebc1b69602ce5909fa804cc5ebb});google.maps.event.addListener(m_59bcaebc1b69602ce5909fa804cc5ebb, 'click', function() {infowindow.open(map,m_59bcaebc1b69602ce5909fa804cc5ebb);});$marker.push(m_59bcaebc1b69602ce5909fa804cc5ebb);}});}google.maps.event.addDomListener(window, 'load', initialize);