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.3811,-84.3013)};var g_2e7900d699f3619b3ce2305b987b75f1 = new google.maps.Geocoder();g_2e7900d699f3619b3ce2305b987b75f1.geocode( { 'address': "299 Woolsey Rd, Hampton, GA 30228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-GA-the-southern-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hampton-GA-the-southern-credit-union'), mapOptions);}document.getElementById('ba8f0f64').innerHTML += ' | View Map';var $l2e7900d699f3619b3ce2305b987b75f1 = '

The Southern Credit Union

Address: 299 Woolsey Rd, Hampton, GA 30228, USA
Phone: (770) 719-1111
';var m_2e7900d699f3619b3ce2305b987b75f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Southern Credit Union',});m_2e7900d699f3619b3ce2305b987b75f1['infowindow'] = new google.maps.InfoWindow({content: $l2e7900d699f3619b3ce2305b987b75f1});var infowindow = new google.maps.InfoWindow({content: $l2e7900d699f3619b3ce2305b987b75f1});google.maps.event.addListener(m_2e7900d699f3619b3ce2305b987b75f1, 'click', function() {infowindow.open(map,m_2e7900d699f3619b3ce2305b987b75f1);});$marker.push(m_2e7900d699f3619b3ce2305b987b75f1);}});}google.maps.event.addDomListener(window, 'load', initialize);