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.4098,-81.5379)};var g_00961745be72e2afecb0baf8886b2552 = new google.maps.Geocoder();g_00961745be72e2afecb0baf8886b2552.geocode( { 'address': "5578 Warrensville Center Rd, Maple Heights, OH 44137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maple-heights-OH-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('maple-heights-OH-drivetime-used-cars'), mapOptions);}document.getElementById('efc18e7b').innerHTML += ' | View Map';var $l00961745be72e2afecb0baf8886b2552 = '

DriveTime Used Cars

Address: 5578 Warrensville Center Rd, Maple Heights, OH 44137, USA
Phone: (440) 201-3180
';var m_00961745be72e2afecb0baf8886b2552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_00961745be72e2afecb0baf8886b2552['infowindow'] = new google.maps.InfoWindow({content: $l00961745be72e2afecb0baf8886b2552});var infowindow = new google.maps.InfoWindow({content: $l00961745be72e2afecb0baf8886b2552});google.maps.event.addListener(m_00961745be72e2afecb0baf8886b2552, 'click', function() {infowindow.open(map,m_00961745be72e2afecb0baf8886b2552);});$marker.push(m_00961745be72e2afecb0baf8886b2552);}});}google.maps.event.addDomListener(window, 'load', initialize);