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.5007,-82.8512)};var g_3b3dda5d26f6b954027854709b476c75 = new google.maps.Geocoder();g_3b3dda5d26f6b954027854709b476c75.geocode( { 'address': "615 S Peterson Ave, Douglas, GA 31533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-GA-first-choice-title').style.display = '';map = new google.maps.Map(document.getElementById('douglas-GA-first-choice-title'), mapOptions);}document.getElementById('d856a459').innerHTML += ' | View Map';var $l3b3dda5d26f6b954027854709b476c75 = '

First Choice Title

Address: 615 S Peterson Ave, Douglas, GA 31533, USA
Phone: (912) 384-6500
';var m_3b3dda5d26f6b954027854709b476c75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Title',});m_3b3dda5d26f6b954027854709b476c75['infowindow'] = new google.maps.InfoWindow({content: $l3b3dda5d26f6b954027854709b476c75});var infowindow = new google.maps.InfoWindow({content: $l3b3dda5d26f6b954027854709b476c75});google.maps.event.addListener(m_3b3dda5d26f6b954027854709b476c75, 'click', function() {infowindow.open(map,m_3b3dda5d26f6b954027854709b476c75);});$marker.push(m_3b3dda5d26f6b954027854709b476c75);}});}google.maps.event.addDomListener(window, 'load', initialize);