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(33.2531,-84.2883)};var g_689e40477ebbe6fe62acf9c73b7405aa = new google.maps.Geocoder();g_689e40477ebbe6fe62acf9c73b7405aa.geocode( { 'address': "357 N Expy, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-crusin-auto-finance').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-crusin-auto-finance'), mapOptions);}document.getElementById('82ae49bd').innerHTML += ' | View Map';var $l689e40477ebbe6fe62acf9c73b7405aa = '

Crusin' Auto Finance

Address: 357 N Expy, Griffin, GA 30223, USA
Phone: (770) 228-9396
';var m_689e40477ebbe6fe62acf9c73b7405aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crusin' Auto Finance',});m_689e40477ebbe6fe62acf9c73b7405aa['infowindow'] = new google.maps.InfoWindow({content: $l689e40477ebbe6fe62acf9c73b7405aa});var infowindow = new google.maps.InfoWindow({content: $l689e40477ebbe6fe62acf9c73b7405aa});google.maps.event.addListener(m_689e40477ebbe6fe62acf9c73b7405aa, 'click', function() {infowindow.open(map,m_689e40477ebbe6fe62acf9c73b7405aa);});$marker.push(m_689e40477ebbe6fe62acf9c73b7405aa);}});}google.maps.event.addDomListener(window, 'load', initialize);