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(41.4203,-82.2085)};var g_70157265cbaae84a6532e9cd1899a556 = new google.maps.Geocoder();g_70157265cbaae84a6532e9cd1899a556.geocode( { 'address': "5311 N Leavitt Rd, Lorain, OH 44053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-somers-agency-llc').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-somers-agency-llc'), mapOptions);}document.getElementById('eb27d2c9').innerHTML += ' | View Map';var $l70157265cbaae84a6532e9cd1899a556 = '

Somers Agency LLC

Address: 5311 N Leavitt Rd, Lorain, OH 44053, USA
Phone: (440) 324-3447
';var m_70157265cbaae84a6532e9cd1899a556 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Somers Agency LLC',});m_70157265cbaae84a6532e9cd1899a556['infowindow'] = new google.maps.InfoWindow({content: $l70157265cbaae84a6532e9cd1899a556});var infowindow = new google.maps.InfoWindow({content: $l70157265cbaae84a6532e9cd1899a556});google.maps.event.addListener(m_70157265cbaae84a6532e9cd1899a556, 'click', function() {infowindow.open(map,m_70157265cbaae84a6532e9cd1899a556);});$marker.push(m_70157265cbaae84a6532e9cd1899a556);}});}google.maps.event.addDomListener(window, 'load', initialize);