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(34.9486,-85.2566)};var g_ce2ac2c41d74f000ba2adef2ac28d8f8 = new google.maps.Geocoder();g_ce2ac2c41d74f000ba2adef2ac28d8f8.geocode( { 'address': "5 Forrest Rd, Fort Oglethorpe, GA 30742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-oglethorpe-GA-mountain-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-oglethorpe-GA-mountain-community-federal-credit-union'), mapOptions);}document.getElementById('091c9819').innerHTML += ' | View Map';var $lce2ac2c41d74f000ba2adef2ac28d8f8 = '

Mountain Community Federal Credit Union

Address: 5 Forrest Rd, Fort Oglethorpe, GA 30742, USA
Phone: (706) 858-2270
';var m_ce2ac2c41d74f000ba2adef2ac28d8f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Community Federal Credit Union',});m_ce2ac2c41d74f000ba2adef2ac28d8f8['infowindow'] = new google.maps.InfoWindow({content: $lce2ac2c41d74f000ba2adef2ac28d8f8});var infowindow = new google.maps.InfoWindow({content: $lce2ac2c41d74f000ba2adef2ac28d8f8});google.maps.event.addListener(m_ce2ac2c41d74f000ba2adef2ac28d8f8, 'click', function() {infowindow.open(map,m_ce2ac2c41d74f000ba2adef2ac28d8f8);});$marker.push(m_ce2ac2c41d74f000ba2adef2ac28d8f8);}});}google.maps.event.addDomListener(window, 'load', initialize);