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.6945,-86.1886)};var g_4b3d23c6ddf2377528197593a18b6f99 = new google.maps.Geocoder();g_4b3d23c6ddf2377528197593a18b6f99.geocode( { 'address': "3717 Grape Rd, Mishawaka, IN 46545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mishawaka-IN-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('mishawaka-IN-drivetime-used-cars'), mapOptions);}document.getElementById('97271a3e').innerHTML += ' | View Map';var $l4b3d23c6ddf2377528197593a18b6f99 = '

DriveTime Used Cars

Address: 3717 Grape Rd, Mishawaka, IN 46545, USA
Phone: (574) 344-5070
';var m_4b3d23c6ddf2377528197593a18b6f99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_4b3d23c6ddf2377528197593a18b6f99['infowindow'] = new google.maps.InfoWindow({content: $l4b3d23c6ddf2377528197593a18b6f99});var infowindow = new google.maps.InfoWindow({content: $l4b3d23c6ddf2377528197593a18b6f99});google.maps.event.addListener(m_4b3d23c6ddf2377528197593a18b6f99, 'click', function() {infowindow.open(map,m_4b3d23c6ddf2377528197593a18b6f99);});$marker.push(m_4b3d23c6ddf2377528197593a18b6f99);}});}google.maps.event.addDomListener(window, 'load', initialize);