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.1575,-81.2212)};var g_705071e2af96f8ea217c910bd2d2d764 = new google.maps.Geocoder();g_705071e2af96f8ea217c910bd2d2d764.geocode( { 'address': "1345 E Main St, Ravenna, OH 44266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravenna-OH-autostar-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('ravenna-OH-autostar-financial-inc'), mapOptions);}document.getElementById('0803bfac').innerHTML += ' | View Map';var $l705071e2af96f8ea217c910bd2d2d764 = '

Autostar Financial Inc.

Address: 1345 E Main St, Ravenna, OH 44266, USA
Phone: (330) 235-8284
';var m_705071e2af96f8ea217c910bd2d2d764 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Autostar Financial Inc.',});m_705071e2af96f8ea217c910bd2d2d764['infowindow'] = new google.maps.InfoWindow({content: $l705071e2af96f8ea217c910bd2d2d764});var infowindow = new google.maps.InfoWindow({content: $l705071e2af96f8ea217c910bd2d2d764});google.maps.event.addListener(m_705071e2af96f8ea217c910bd2d2d764, 'click', function() {infowindow.open(map,m_705071e2af96f8ea217c910bd2d2d764);});$marker.push(m_705071e2af96f8ea217c910bd2d2d764);}});}google.maps.event.addDomListener(window, 'load', initialize);