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.4187,-82.1359)};var g_c54d2118d6a3a2b06f07e9eeb240d741 = new google.maps.Geocoder();g_c54d2118d6a3a2b06f07e9eeb240d741.geocode( { 'address': "1785 N Ridge Rd, Lorain, OH 44055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-lake-erie-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-lake-erie-auto-credit'), mapOptions);}document.getElementById('fc03c7a9').innerHTML += ' | View Map';var $lc54d2118d6a3a2b06f07e9eeb240d741 = '

LAKE ERIE AUTO CREDIT

Address: 1785 N Ridge Rd, Lorain, OH 44055, USA
Phone: (440) 288-2886
';var m_c54d2118d6a3a2b06f07e9eeb240d741 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LAKE ERIE AUTO CREDIT',});m_c54d2118d6a3a2b06f07e9eeb240d741['infowindow'] = new google.maps.InfoWindow({content: $lc54d2118d6a3a2b06f07e9eeb240d741});var infowindow = new google.maps.InfoWindow({content: $lc54d2118d6a3a2b06f07e9eeb240d741});google.maps.event.addListener(m_c54d2118d6a3a2b06f07e9eeb240d741, 'click', function() {infowindow.open(map,m_c54d2118d6a3a2b06f07e9eeb240d741);});$marker.push(m_c54d2118d6a3a2b06f07e9eeb240d741);}});}google.maps.event.addDomListener(window, 'load', initialize);