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.2437,-84.4899)};var g_94f7744d2e2dbb4d1d8b8d95a203207f = new google.maps.Geocoder();g_94f7744d2e2dbb4d1d8b8d95a203207f.geocode( { 'address': "140 Riverstone Pkwy, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-credit-union-of-georgia').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-credit-union-of-georgia'), mapOptions);}document.getElementById('b5d6eb38').innerHTML += ' | View Map';var $l94f7744d2e2dbb4d1d8b8d95a203207f = '

Credit Union of Georgia

Address: 140 Riverstone Pkwy, Canton, GA 30114, USA
Phone: (678) 486-1111
';var m_94f7744d2e2dbb4d1d8b8d95a203207f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Georgia',});m_94f7744d2e2dbb4d1d8b8d95a203207f['infowindow'] = new google.maps.InfoWindow({content: $l94f7744d2e2dbb4d1d8b8d95a203207f});var infowindow = new google.maps.InfoWindow({content: $l94f7744d2e2dbb4d1d8b8d95a203207f});google.maps.event.addListener(m_94f7744d2e2dbb4d1d8b8d95a203207f, 'click', function() {infowindow.open(map,m_94f7744d2e2dbb4d1d8b8d95a203207f);});$marker.push(m_94f7744d2e2dbb4d1d8b8d95a203207f);}});}google.maps.event.addDomListener(window, 'load', initialize);