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(39.0714,-84.3174)};var g_ccb13c993c965e27613a8f25d53107ad = new google.maps.Geocoder();g_ccb13c993c965e27613a8f25d53107ad.geocode( { 'address': "8549 Beechmont Ave, Cincinnati, OH 45255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-drivetime-used-cars'), mapOptions);}document.getElementById('a71821bc').innerHTML += ' | View Map';var $lccb13c993c965e27613a8f25d53107ad = '

DriveTime Used Cars

Address: 8549 Beechmont Ave, Cincinnati, OH 45255, USA
Phone: (513) 826-1960
';var m_ccb13c993c965e27613a8f25d53107ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_ccb13c993c965e27613a8f25d53107ad['infowindow'] = new google.maps.InfoWindow({content: $lccb13c993c965e27613a8f25d53107ad});var infowindow = new google.maps.InfoWindow({content: $lccb13c993c965e27613a8f25d53107ad});google.maps.event.addListener(m_ccb13c993c965e27613a8f25d53107ad, 'click', function() {infowindow.open(map,m_ccb13c993c965e27613a8f25d53107ad);});$marker.push(m_ccb13c993c965e27613a8f25d53107ad);}});}google.maps.event.addDomListener(window, 'load', initialize);