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.0786,-80.9207)};var g_f7822db99574164a13b2d64a8b917105 = new google.maps.Geocoder();g_f7822db99574164a13b2d64a8b917105.geocode( { 'address': "48259 National Rd W, St Clairsville, OH 43950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clairsville-OH-steele-insurance-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-clairsville-OH-steele-insurance-associates-inc'), mapOptions);}document.getElementById('dd23447e').innerHTML += ' | View Map';var $lf7822db99574164a13b2d64a8b917105 = '

Steele Insurance Associates, Inc.

Address: 48259 National Rd W, St Clairsville, OH 43950, USA
Phone: (740) 695-8200
';var m_f7822db99574164a13b2d64a8b917105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steele Insurance Associates, Inc.',});m_f7822db99574164a13b2d64a8b917105['infowindow'] = new google.maps.InfoWindow({content: $lf7822db99574164a13b2d64a8b917105});var infowindow = new google.maps.InfoWindow({content: $lf7822db99574164a13b2d64a8b917105});google.maps.event.addListener(m_f7822db99574164a13b2d64a8b917105, 'click', function() {infowindow.open(map,m_f7822db99574164a13b2d64a8b917105);});$marker.push(m_f7822db99574164a13b2d64a8b917105);}});}google.maps.event.addDomListener(window, 'load', initialize);