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(33.5978,-83.859)};var g_99b4d481c798d7a7b38669c568740bcc = new google.maps.Geocoder();g_99b4d481c798d7a7b38669c568740bcc.geocode( { 'address': "1123 Elm St NE, Covington, GA 30014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-GA-credit-union-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('covington-GA-credit-union-financial-services'), mapOptions);}document.getElementById('f09c8c08').innerHTML += ' | View Map';var $l99b4d481c798d7a7b38669c568740bcc = '

Credit Union Financial Services

Address: 1123 Elm St NE, Covington, GA 30014, USA
Phone: (470) 205-0441
';var m_99b4d481c798d7a7b38669c568740bcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union Financial Services',});m_99b4d481c798d7a7b38669c568740bcc['infowindow'] = new google.maps.InfoWindow({content: $l99b4d481c798d7a7b38669c568740bcc});var infowindow = new google.maps.InfoWindow({content: $l99b4d481c798d7a7b38669c568740bcc});google.maps.event.addListener(m_99b4d481c798d7a7b38669c568740bcc, 'click', function() {infowindow.open(map,m_99b4d481c798d7a7b38669c568740bcc);});$marker.push(m_99b4d481c798d7a7b38669c568740bcc);}});}google.maps.event.addDomListener(window, 'load', initialize);