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.955,-79.7372)};var g_872fb3fb0971627bd1e3eb852900a177 = new google.maps.Geocoder();g_872fb3fb0971627bd1e3eb852900a177.geocode( { 'address': "522 N Main St, Chicora, PA 16025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicora-PA-nationwide-insurance-jamie-l-kerr-agency').style.display = '';map = new google.maps.Map(document.getElementById('chicora-PA-nationwide-insurance-jamie-l-kerr-agency'), mapOptions);}document.getElementById('d44ce0fb').innerHTML += ' | View Map';var $l872fb3fb0971627bd1e3eb852900a177 = '

Nationwide Insurance: Jamie L Kerr Agency

Address: 522 N Main St, Chicora, PA 16025, USA
Phone: (724) 445-3825
';var m_872fb3fb0971627bd1e3eb852900a177 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Jamie L Kerr Agency',});m_872fb3fb0971627bd1e3eb852900a177['infowindow'] = new google.maps.InfoWindow({content: $l872fb3fb0971627bd1e3eb852900a177});var infowindow = new google.maps.InfoWindow({content: $l872fb3fb0971627bd1e3eb852900a177});google.maps.event.addListener(m_872fb3fb0971627bd1e3eb852900a177, 'click', function() {infowindow.open(map,m_872fb3fb0971627bd1e3eb852900a177);});$marker.push(m_872fb3fb0971627bd1e3eb852900a177);}});}google.maps.event.addDomListener(window, 'load', initialize);