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.795,-80.1368)};var g_923732bc2a869fb5343909709f174a34 = new google.maps.Geocoder();g_923732bc2a869fb5343909709f174a34.geocode( { 'address': "130 S Main St, Zelienople, PA 16063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zelienople-PA-kennedy-meeder-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('zelienople-PA-kennedy-meeder-insurance-inc'), mapOptions);}document.getElementById('03f27399').innerHTML += ' | View Map';var $l923732bc2a869fb5343909709f174a34 = '

Kennedy Meeder Insurance Inc

Address: 130 S Main St, Zelienople, PA 16063, USA
Phone: (724) 452-6190
';var m_923732bc2a869fb5343909709f174a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kennedy Meeder Insurance Inc',});m_923732bc2a869fb5343909709f174a34['infowindow'] = new google.maps.InfoWindow({content: $l923732bc2a869fb5343909709f174a34});var infowindow = new google.maps.InfoWindow({content: $l923732bc2a869fb5343909709f174a34});google.maps.event.addListener(m_923732bc2a869fb5343909709f174a34, 'click', function() {infowindow.open(map,m_923732bc2a869fb5343909709f174a34);});$marker.push(m_923732bc2a869fb5343909709f174a34);}});}google.maps.event.addDomListener(window, 'load', initialize);