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(33.7046,-84.1803)};var g_2ba61cc3a8f44143e1f2f13b2b729ab3 = new google.maps.Geocoder();g_2ba61cc3a8f44143e1f2f13b2b729ab3.geocode( { 'address': "5173 Panola Industrial Blvd, Decatur, GA 30035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-georgia-united-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-georgia-united-credit-union'), mapOptions);}document.getElementById('3565fd92').innerHTML += ' | View Map';var $l2ba61cc3a8f44143e1f2f13b2b729ab3 = '

Georgia United Credit Union

Address: 5173 Panola Industrial Blvd, Decatur, GA 30035, USA
Phone: (770) 593-9964
';var m_2ba61cc3a8f44143e1f2f13b2b729ab3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia United Credit Union',});m_2ba61cc3a8f44143e1f2f13b2b729ab3['infowindow'] = new google.maps.InfoWindow({content: $l2ba61cc3a8f44143e1f2f13b2b729ab3});var infowindow = new google.maps.InfoWindow({content: $l2ba61cc3a8f44143e1f2f13b2b729ab3});google.maps.event.addListener(m_2ba61cc3a8f44143e1f2f13b2b729ab3, 'click', function() {infowindow.open(map,m_2ba61cc3a8f44143e1f2f13b2b729ab3);});$marker.push(m_2ba61cc3a8f44143e1f2f13b2b729ab3);}});}google.maps.event.addDomListener(window, 'load', initialize);