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.69,-84.2163)};var g_830c30d602c2f9670f793eafaafe141b = new google.maps.Geocoder();g_830c30d602c2f9670f793eafaafe141b.geocode( { 'address': "4508 S Dixie Dr, Moraine, OH 45439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moraine-OH-advantage-car--credit').style.display = '';map = new google.maps.Map(document.getElementById('moraine-OH-advantage-car--credit'), mapOptions);}document.getElementById('d9b832d8').innerHTML += ' | View Map';var $l830c30d602c2f9670f793eafaafe141b = '

Advantage Car & Credit

Address: 4508 S Dixie Dr, Moraine, OH 45439, USA
Phone: (937) 643-2886
';var m_830c30d602c2f9670f793eafaafe141b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Car & Credit',});m_830c30d602c2f9670f793eafaafe141b['infowindow'] = new google.maps.InfoWindow({content: $l830c30d602c2f9670f793eafaafe141b});var infowindow = new google.maps.InfoWindow({content: $l830c30d602c2f9670f793eafaafe141b});google.maps.event.addListener(m_830c30d602c2f9670f793eafaafe141b, 'click', function() {infowindow.open(map,m_830c30d602c2f9670f793eafaafe141b);});$marker.push(m_830c30d602c2f9670f793eafaafe141b);}});}google.maps.event.addDomListener(window, 'load', initialize);