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.7914,-84.7737)};var g_699d64b68148be1dbc1593276c0dc7b6 = new google.maps.Geocoder();g_699d64b68148be1dbc1593276c0dc7b6.geocode( { 'address': "1211 N 3rd Ave, Chatsworth, GA 30705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatsworth-GA-comtrust-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chatsworth-GA-comtrust-federal-credit-union'), mapOptions);}document.getElementById('41306adf').innerHTML += ' | View Map';var $l699d64b68148be1dbc1593276c0dc7b6 = '

Comtrust Federal Credit Union

Address: 1211 N 3rd Ave, Chatsworth, GA 30705, USA
Phone: (706) 695-0377
';var m_699d64b68148be1dbc1593276c0dc7b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comtrust Federal Credit Union',});m_699d64b68148be1dbc1593276c0dc7b6['infowindow'] = new google.maps.InfoWindow({content: $l699d64b68148be1dbc1593276c0dc7b6});var infowindow = new google.maps.InfoWindow({content: $l699d64b68148be1dbc1593276c0dc7b6});google.maps.event.addListener(m_699d64b68148be1dbc1593276c0dc7b6, 'click', function() {infowindow.open(map,m_699d64b68148be1dbc1593276c0dc7b6);});$marker.push(m_699d64b68148be1dbc1593276c0dc7b6);}});}google.maps.event.addDomListener(window, 'load', initialize);