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.7161,-81.7396)};var g_7dedb47a9bf2fe0ab34949a0fc2e1385 = new google.maps.Geocoder();g_7dedb47a9bf2fe0ab34949a0fc2e1385.geocode( { 'address': "40 E Cypress St, Ludowici, GA 31316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ludowici-GA-altamaha-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ludowici-GA-altamaha-federal-credit-union'), mapOptions);}document.getElementById('6f936c93').innerHTML += ' | View Map';var $l7dedb47a9bf2fe0ab34949a0fc2e1385 = '

Altamaha Federal Credit Union

Address: 40 E Cypress St, Ludowici, GA 31316, USA
Phone: (912) 545-3257
';var m_7dedb47a9bf2fe0ab34949a0fc2e1385 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altamaha Federal Credit Union',});m_7dedb47a9bf2fe0ab34949a0fc2e1385['infowindow'] = new google.maps.InfoWindow({content: $l7dedb47a9bf2fe0ab34949a0fc2e1385});var infowindow = new google.maps.InfoWindow({content: $l7dedb47a9bf2fe0ab34949a0fc2e1385});google.maps.event.addListener(m_7dedb47a9bf2fe0ab34949a0fc2e1385, 'click', function() {infowindow.open(map,m_7dedb47a9bf2fe0ab34949a0fc2e1385);});$marker.push(m_7dedb47a9bf2fe0ab34949a0fc2e1385);}});}google.maps.event.addDomListener(window, 'load', initialize);