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(39.893,-79.8121)};var g_35ba92dba7d4ffcb70b1815f9c0008fd = new google.maps.Geocoder();g_35ba92dba7d4ffcb70b1815f9c0008fd.geocode( { 'address': "870 McClellandtown Rd #8, McClellandtown, PA 15458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcclellandtown-PA-keith-charles-second-opinion-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('mcclellandtown-PA-keith-charles-second-opinion-insurance-agency'), mapOptions);}document.getElementById('00c0ea20').innerHTML += ' | View Map';var $l35ba92dba7d4ffcb70b1815f9c0008fd = '

Keith Charles Second Opinion Insurance Agency

Address: 870 McClellandtown Rd #8, McClellandtown, PA 15458, USA
Phone: (724) 437-3377
';var m_35ba92dba7d4ffcb70b1815f9c0008fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keith Charles Second Opinion Insurance Agency',});m_35ba92dba7d4ffcb70b1815f9c0008fd['infowindow'] = new google.maps.InfoWindow({content: $l35ba92dba7d4ffcb70b1815f9c0008fd});var infowindow = new google.maps.InfoWindow({content: $l35ba92dba7d4ffcb70b1815f9c0008fd});google.maps.event.addListener(m_35ba92dba7d4ffcb70b1815f9c0008fd, 'click', function() {infowindow.open(map,m_35ba92dba7d4ffcb70b1815f9c0008fd);});$marker.push(m_35ba92dba7d4ffcb70b1815f9c0008fd);}});}google.maps.event.addDomListener(window, 'load', initialize);