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.1727,-85.0698)};var g_d5f61adf90fbec61cd8c251392bad27d = new google.maps.Geocoder();g_d5f61adf90fbec61cd8c251392bad27d.geocode( { 'address': "4637 GA-370, Cedar Springs, GA 39832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-springs-GA-five-star-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cedar-springs-GA-five-star-credit-union'), mapOptions);}document.getElementById('ad3e85b4').innerHTML += ' | View Map';var $ld5f61adf90fbec61cd8c251392bad27d = '

Five Star Credit Union

Address: 4637 GA-370, Cedar Springs, GA 39832, USA
Phone: (229) 372-4586
';var m_d5f61adf90fbec61cd8c251392bad27d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Credit Union',});m_d5f61adf90fbec61cd8c251392bad27d['infowindow'] = new google.maps.InfoWindow({content: $ld5f61adf90fbec61cd8c251392bad27d});var infowindow = new google.maps.InfoWindow({content: $ld5f61adf90fbec61cd8c251392bad27d});google.maps.event.addListener(m_d5f61adf90fbec61cd8c251392bad27d, 'click', function() {infowindow.open(map,m_d5f61adf90fbec61cd8c251392bad27d);});$marker.push(m_d5f61adf90fbec61cd8c251392bad27d);}});}google.maps.event.addDomListener(window, 'load', initialize);