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.0033,-84.5988)};var g_3743a8ad0a8451765cfa98c8bb54d3fd = new google.maps.Geocoder();g_3743a8ad0a8451765cfa98c8bb54d3fd.geocode( { 'address': "2050 Cobb Pkwy N, Kennesaw, GA 30144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennesaw-GA-lge-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kennesaw-GA-lge-community-credit-union'), mapOptions);}document.getElementById('b97b39e1').innerHTML += ' | View Map';var $l3743a8ad0a8451765cfa98c8bb54d3fd = '

LGE Community Credit Union

Address: 2050 Cobb Pkwy N, Kennesaw, GA 30144, USA
Phone: (770) 424-0060
';var m_3743a8ad0a8451765cfa98c8bb54d3fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LGE Community Credit Union',});m_3743a8ad0a8451765cfa98c8bb54d3fd['infowindow'] = new google.maps.InfoWindow({content: $l3743a8ad0a8451765cfa98c8bb54d3fd});var infowindow = new google.maps.InfoWindow({content: $l3743a8ad0a8451765cfa98c8bb54d3fd});google.maps.event.addListener(m_3743a8ad0a8451765cfa98c8bb54d3fd, 'click', function() {infowindow.open(map,m_3743a8ad0a8451765cfa98c8bb54d3fd);});$marker.push(m_3743a8ad0a8451765cfa98c8bb54d3fd);}});}google.maps.event.addDomListener(window, 'load', initialize);