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.9468,-85.2299)};var g_c23f194da71952dd103c871fa2fe9bab = new google.maps.Geocoder();g_c23f194da71952dd103c871fa2fe9bab.geocode( { 'address': "2059 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-oglethorpe-GA-comtrust-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-oglethorpe-GA-comtrust-federal-credit-union'), mapOptions);}document.getElementById('0daeab9f').innerHTML += ' | View Map';var $lc23f194da71952dd103c871fa2fe9bab = '

Comtrust Federal Credit Union

Address: 2059 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA
Phone: (706) 866-1033
';var m_c23f194da71952dd103c871fa2fe9bab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comtrust Federal Credit Union',});m_c23f194da71952dd103c871fa2fe9bab['infowindow'] = new google.maps.InfoWindow({content: $lc23f194da71952dd103c871fa2fe9bab});var infowindow = new google.maps.InfoWindow({content: $lc23f194da71952dd103c871fa2fe9bab});google.maps.event.addListener(m_c23f194da71952dd103c871fa2fe9bab, 'click', function() {infowindow.open(map,m_c23f194da71952dd103c871fa2fe9bab);});$marker.push(m_c23f194da71952dd103c871fa2fe9bab);}});}google.maps.event.addDomListener(window, 'load', initialize);