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.175,-83.7878)};var g_6792fa01c56ef0f7c5a58d508954c34d = new google.maps.Geocoder();g_6792fa01c56ef0f7c5a58d508954c34d.geocode( { 'address': "418 1st St SE, Moultrie, GA 31768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moultrie-GA-standard-discount-corporation').style.display = '';map = new google.maps.Map(document.getElementById('moultrie-GA-standard-discount-corporation'), mapOptions);}document.getElementById('a918d5ac').innerHTML += ' | View Map';var $l6792fa01c56ef0f7c5a58d508954c34d = '

Standard Discount Corporation

Address: 418 1st St SE, Moultrie, GA 31768, USA
Phone: (229) 985-9696
';var m_6792fa01c56ef0f7c5a58d508954c34d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standard Discount Corporation',});m_6792fa01c56ef0f7c5a58d508954c34d['infowindow'] = new google.maps.InfoWindow({content: $l6792fa01c56ef0f7c5a58d508954c34d});var infowindow = new google.maps.InfoWindow({content: $l6792fa01c56ef0f7c5a58d508954c34d});google.maps.event.addListener(m_6792fa01c56ef0f7c5a58d508954c34d, 'click', function() {infowindow.open(map,m_6792fa01c56ef0f7c5a58d508954c34d);});$marker.push(m_6792fa01c56ef0f7c5a58d508954c34d);}});}google.maps.event.addDomListener(window, 'load', initialize);