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(31.1759,-83.7819)};var g_c3983f79b8ec111f417e09fb2b300f00 = new google.maps.Geocoder();g_c3983f79b8ec111f417e09fb2b300f00.geocode( { 'address': "612 3rd Ave SE, Moultrie, GA 31768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moultrie-GA-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('moultrie-GA-dolex-dollar-express'), mapOptions);}document.getElementById('2de3e9d6').innerHTML += ' | View Map';var $lc3983f79b8ec111f417e09fb2b300f00 = '

Dolex Dollar Express

Address: 612 3rd Ave SE, Moultrie, GA 31768, USA
Phone: (229) 217-4916
';var m_c3983f79b8ec111f417e09fb2b300f00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_c3983f79b8ec111f417e09fb2b300f00['infowindow'] = new google.maps.InfoWindow({content: $lc3983f79b8ec111f417e09fb2b300f00});var infowindow = new google.maps.InfoWindow({content: $lc3983f79b8ec111f417e09fb2b300f00});google.maps.event.addListener(m_c3983f79b8ec111f417e09fb2b300f00, 'click', function() {infowindow.open(map,m_c3983f79b8ec111f417e09fb2b300f00);});$marker.push(m_c3983f79b8ec111f417e09fb2b300f00);}});}google.maps.event.addDomListener(window, 'load', initialize);