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.891,-84.0481)};var g_6a078a2b483d3080896095541015695b = new google.maps.Geocoder();g_6a078a2b483d3080896095541015695b.geocode( { 'address': "1951 S Dayton-Lakeview Rd, New Carlisle, OH 45344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-carlisle-OH-advantage-car--credit').style.display = '';map = new google.maps.Map(document.getElementById('new-carlisle-OH-advantage-car--credit'), mapOptions);}document.getElementById('fc44383e').innerHTML += ' | View Map';var $l6a078a2b483d3080896095541015695b = '

Advantage Car & Credit

Address: 1951 S Dayton-Lakeview Rd, New Carlisle, OH 45344, USA
Phone: (937) 849-4499
';var m_6a078a2b483d3080896095541015695b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Car & Credit',});m_6a078a2b483d3080896095541015695b['infowindow'] = new google.maps.InfoWindow({content: $l6a078a2b483d3080896095541015695b});var infowindow = new google.maps.InfoWindow({content: $l6a078a2b483d3080896095541015695b});google.maps.event.addListener(m_6a078a2b483d3080896095541015695b, 'click', function() {infowindow.open(map,m_6a078a2b483d3080896095541015695b);});$marker.push(m_6a078a2b483d3080896095541015695b);}});}google.maps.event.addDomListener(window, 'load', initialize);