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.1494,-81.4947)};var g_1d5e9de5a71e037f43d5a58f3f1b4b1d = new google.maps.Geocoder();g_1d5e9de5a71e037f43d5a58f3f1b4b1d.geocode( { 'address': "501 Gloucester St #201, Brunswick, GA 31520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-GA-coastal-area-district-development-authority').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-GA-coastal-area-district-development-authority'), mapOptions);}document.getElementById('4397fb7d').innerHTML += ' | View Map';var $l1d5e9de5a71e037f43d5a58f3f1b4b1d = '

Coastal Area District Development Authority

Address: 501 Gloucester St #201, Brunswick, GA 31520, USA
Phone: (912) 261-2500
';var m_1d5e9de5a71e037f43d5a58f3f1b4b1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Area District Development Authority',});m_1d5e9de5a71e037f43d5a58f3f1b4b1d['infowindow'] = new google.maps.InfoWindow({content: $l1d5e9de5a71e037f43d5a58f3f1b4b1d});var infowindow = new google.maps.InfoWindow({content: $l1d5e9de5a71e037f43d5a58f3f1b4b1d});google.maps.event.addListener(m_1d5e9de5a71e037f43d5a58f3f1b4b1d, 'click', function() {infowindow.open(map,m_1d5e9de5a71e037f43d5a58f3f1b4b1d);});$marker.push(m_1d5e9de5a71e037f43d5a58f3f1b4b1d);}});}google.maps.event.addDomListener(window, 'load', initialize);