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.0311,-84.6561)};var g_a038fed8fa11c066c93d1845e9eaa7dc = new google.maps.Geocoder();g_a038fed8fa11c066c93d1845e9eaa7dc.geocode( { 'address': "3130 Cobb Pkwy NW, Kennesaw, GA 30152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennesaw-GA-the-credit-union-of-georgia').style.display = '';map = new google.maps.Map(document.getElementById('kennesaw-GA-the-credit-union-of-georgia'), mapOptions);}document.getElementById('58c12922').innerHTML += ' | View Map';var $la038fed8fa11c066c93d1845e9eaa7dc = '

The Credit Union of Georgia

Address: 3130 Cobb Pkwy NW, Kennesaw, GA 30152, USA
Phone: (678) 486-1111
';var m_a038fed8fa11c066c93d1845e9eaa7dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Credit Union of Georgia',});m_a038fed8fa11c066c93d1845e9eaa7dc['infowindow'] = new google.maps.InfoWindow({content: $la038fed8fa11c066c93d1845e9eaa7dc});var infowindow = new google.maps.InfoWindow({content: $la038fed8fa11c066c93d1845e9eaa7dc});google.maps.event.addListener(m_a038fed8fa11c066c93d1845e9eaa7dc, 'click', function() {infowindow.open(map,m_a038fed8fa11c066c93d1845e9eaa7dc);});$marker.push(m_a038fed8fa11c066c93d1845e9eaa7dc);}});}google.maps.event.addDomListener(window, 'load', initialize);