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.1612,-76.6204)};var g_1de688512b407f988056490ebc3a1b9f = new google.maps.Geocoder();g_1de688512b407f988056490ebc3a1b9f.geocode( { 'address': "7513 Ritchie Hwy, Glen Burnie, MD 21061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-burnie-MD-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('glen-burnie-MD-drivetime-used-cars'), mapOptions);}document.getElementById('469d6c71').innerHTML += ' | View Map';var $l1de688512b407f988056490ebc3a1b9f = '

DriveTime Used Cars

Address: 7513 Ritchie Hwy, Glen Burnie, MD 21061, USA
Phone: (410) 689-0180
';var m_1de688512b407f988056490ebc3a1b9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_1de688512b407f988056490ebc3a1b9f['infowindow'] = new google.maps.InfoWindow({content: $l1de688512b407f988056490ebc3a1b9f});var infowindow = new google.maps.InfoWindow({content: $l1de688512b407f988056490ebc3a1b9f});google.maps.event.addListener(m_1de688512b407f988056490ebc3a1b9f, 'click', function() {infowindow.open(map,m_1de688512b407f988056490ebc3a1b9f);});$marker.push(m_1de688512b407f988056490ebc3a1b9f);}});}google.maps.event.addDomListener(window, 'load', initialize);