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.5917,-81.5178)};var g_3326709b2f707336dfdb58e0b1aa8b6a = new google.maps.Geocoder();g_3326709b2f707336dfdb58e0b1aa8b6a.geocode( { 'address': "23600 Lakeland Blvd #1, Euclid, OH 44132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('euclid-OH-revolutionary-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('euclid-OH-revolutionary-car-credit'), mapOptions);}document.getElementById('b24461fe').innerHTML += ' | View Map';var $l3326709b2f707336dfdb58e0b1aa8b6a = '

Revolutionary Car Credit

Address: 23600 Lakeland Blvd #1, Euclid, OH 44132, USA
Phone: (440) 442-7700
';var m_3326709b2f707336dfdb58e0b1aa8b6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Revolutionary Car Credit',});m_3326709b2f707336dfdb58e0b1aa8b6a['infowindow'] = new google.maps.InfoWindow({content: $l3326709b2f707336dfdb58e0b1aa8b6a});var infowindow = new google.maps.InfoWindow({content: $l3326709b2f707336dfdb58e0b1aa8b6a});google.maps.event.addListener(m_3326709b2f707336dfdb58e0b1aa8b6a, 'click', function() {infowindow.open(map,m_3326709b2f707336dfdb58e0b1aa8b6a);});$marker.push(m_3326709b2f707336dfdb58e0b1aa8b6a);}});}google.maps.event.addDomListener(window, 'load', initialize);