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(32.0123,-81.1133)};var g_85fa416973fd61aef99aeee70736adb2 = new google.maps.Geocoder();g_85fa416973fd61aef99aeee70736adb2.geocode( { 'address': "7014 Abercorn St, Savannah, GA 31406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('savannah-GA-road-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('savannah-GA-road-auto-finance'), mapOptions);}document.getElementById('1e0d226e').innerHTML += ' | View Map';var $l85fa416973fd61aef99aeee70736adb2 = '

Road Auto Finance

Address: 7014 Abercorn St, Savannah, GA 31406, USA
Phone: (912) 234-8066
';var m_85fa416973fd61aef99aeee70736adb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Road Auto Finance',});m_85fa416973fd61aef99aeee70736adb2['infowindow'] = new google.maps.InfoWindow({content: $l85fa416973fd61aef99aeee70736adb2});var infowindow = new google.maps.InfoWindow({content: $l85fa416973fd61aef99aeee70736adb2});google.maps.event.addListener(m_85fa416973fd61aef99aeee70736adb2, 'click', function() {infowindow.open(map,m_85fa416973fd61aef99aeee70736adb2);});$marker.push(m_85fa416973fd61aef99aeee70736adb2);}});}google.maps.event.addDomListener(window, 'load', initialize);