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.2374,-84.458)};var g_29d76856016e695a20cd327e4f0bc6bf = new google.maps.Geocoder();g_29d76856016e695a20cd327e4f0bc6bf.geocode( { 'address': "2018 Cumming Hwy, Canton, GA 30115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-lge-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-lge-community-credit-union'), mapOptions);}document.getElementById('d0ea6d98').innerHTML += ' | View Map';var $l29d76856016e695a20cd327e4f0bc6bf = '

LGE Community Credit Union

Address: 2018 Cumming Hwy, Canton, GA 30115, USA
Phone: (770) 424-0060
';var m_29d76856016e695a20cd327e4f0bc6bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LGE Community Credit Union',});m_29d76856016e695a20cd327e4f0bc6bf['infowindow'] = new google.maps.InfoWindow({content: $l29d76856016e695a20cd327e4f0bc6bf});var infowindow = new google.maps.InfoWindow({content: $l29d76856016e695a20cd327e4f0bc6bf});google.maps.event.addListener(m_29d76856016e695a20cd327e4f0bc6bf, 'click', function() {infowindow.open(map,m_29d76856016e695a20cd327e4f0bc6bf);});$marker.push(m_29d76856016e695a20cd327e4f0bc6bf);}});}google.maps.event.addDomListener(window, 'load', initialize);