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.1001,-80.7302)};var g_99fcdec5953f886a86709c16ea3f697d = new google.maps.Geocoder();g_99fcdec5953f886a86709c16ea3f697d.geocode( { 'address': "511 Hanover St, Martins Ferry, OH 43935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martins-ferry-OH-state-farm-insurance').style.display = '';map = new google.maps.Map(document.getElementById('martins-ferry-OH-state-farm-insurance'), mapOptions);}document.getElementById('205495ae').innerHTML += ' | View Map';var $l99fcdec5953f886a86709c16ea3f697d = '

State Farm Insurance

Address: 511 Hanover St, Martins Ferry, OH 43935
Phone: (740) 633-1844
';var m_99fcdec5953f886a86709c16ea3f697d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Farm Insurance',});m_99fcdec5953f886a86709c16ea3f697d['infowindow'] = new google.maps.InfoWindow({content: $l99fcdec5953f886a86709c16ea3f697d});var infowindow = new google.maps.InfoWindow({content: $l99fcdec5953f886a86709c16ea3f697d});google.maps.event.addListener(m_99fcdec5953f886a86709c16ea3f697d, 'click', function() {infowindow.open(map,m_99fcdec5953f886a86709c16ea3f697d);});$marker.push(m_99fcdec5953f886a86709c16ea3f697d);}});}google.maps.event.addDomListener(window, 'load', initialize);