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.748,-84.7304)};var g_217f5e7754c92d28fc6835d42f43548d = new google.maps.Geocoder();g_217f5e7754c92d28fc6835d42f43548d.geocode( { 'address': "8542 Hospital Dr, Douglasville, GA 30134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglasville-GA-wilkes-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('douglasville-GA-wilkes-finance-corporation'), mapOptions);}document.getElementById('f35f86a0').innerHTML += ' | View Map';var $l217f5e7754c92d28fc6835d42f43548d = '

Wilkes Finance Corporation

Address: 8542 Hospital Dr, Douglasville, GA 30134, USA
Phone: (770) 949-6226
';var m_217f5e7754c92d28fc6835d42f43548d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilkes Finance Corporation',});m_217f5e7754c92d28fc6835d42f43548d['infowindow'] = new google.maps.InfoWindow({content: $l217f5e7754c92d28fc6835d42f43548d});var infowindow = new google.maps.InfoWindow({content: $l217f5e7754c92d28fc6835d42f43548d});google.maps.event.addListener(m_217f5e7754c92d28fc6835d42f43548d, 'click', function() {infowindow.open(map,m_217f5e7754c92d28fc6835d42f43548d);});$marker.push(m_217f5e7754c92d28fc6835d42f43548d);}});}google.maps.event.addDomListener(window, 'load', initialize);