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.2883,-84.2924)};var g_56a11624261bb5b56cd6d255d81cb778 = new google.maps.Geocoder();g_56a11624261bb5b56cd6d255d81cb778.geocode( { 'address': "2043 N Express Way, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-atlanta-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-atlanta-title-loans'), mapOptions);}document.getElementById('8d82d2f9').innerHTML += ' | View Map';var $l56a11624261bb5b56cd6d255d81cb778 = '

Atlanta Title Loans

Address: 2043 N Express Way, Griffin, GA 30223, USA
Phone: (770) 233-1900
';var m_56a11624261bb5b56cd6d255d81cb778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Title Loans',});m_56a11624261bb5b56cd6d255d81cb778['infowindow'] = new google.maps.InfoWindow({content: $l56a11624261bb5b56cd6d255d81cb778});var infowindow = new google.maps.InfoWindow({content: $l56a11624261bb5b56cd6d255d81cb778});google.maps.event.addListener(m_56a11624261bb5b56cd6d255d81cb778, 'click', function() {infowindow.open(map,m_56a11624261bb5b56cd6d255d81cb778);});$marker.push(m_56a11624261bb5b56cd6d255d81cb778);}});}google.maps.event.addDomListener(window, 'load', initialize);