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.1819,-84.2194)};var g_46f6215956d7c46255d00263c715c9d4 = new google.maps.Geocoder();g_46f6215956d7c46255d00263c715c9d4.geocode( { 'address': "5860 Bond St, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-georgias-own-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-georgias-own-credit-union'), mapOptions);}document.getElementById('5b7e02af').innerHTML += ' | View Map';var $l46f6215956d7c46255d00263c715c9d4 = '

Georgia's Own Credit Union

Address: 5860 Bond St, Cumming, GA 30040, USA
Phone: (404) 874-1166
';var m_46f6215956d7c46255d00263c715c9d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia's Own Credit Union',});m_46f6215956d7c46255d00263c715c9d4['infowindow'] = new google.maps.InfoWindow({content: $l46f6215956d7c46255d00263c715c9d4});var infowindow = new google.maps.InfoWindow({content: $l46f6215956d7c46255d00263c715c9d4});google.maps.event.addListener(m_46f6215956d7c46255d00263c715c9d4, 'click', function() {infowindow.open(map,m_46f6215956d7c46255d00263c715c9d4);});$marker.push(m_46f6215956d7c46255d00263c715c9d4);}});}google.maps.event.addDomListener(window, 'load', initialize);