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.9838,-84.1709)};var g_84c6e266745d936cb61a52439d05eb65 = new google.maps.Geocoder();g_84c6e266745d936cb61a52439d05eb65.geocode( { 'address': "3970 Peachtree Industrial Blvd, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-energy-one-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-energy-one-federal-credit-union'), mapOptions);}document.getElementById('db2653b2').innerHTML += ' | View Map';var $l84c6e266745d936cb61a52439d05eb65 = '

Energy One Federal Credit Union

Address: 3970 Peachtree Industrial Blvd, Duluth, GA 30096, USA
Phone: (770) 622-9211
';var m_84c6e266745d936cb61a52439d05eb65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Energy One Federal Credit Union',});m_84c6e266745d936cb61a52439d05eb65['infowindow'] = new google.maps.InfoWindow({content: $l84c6e266745d936cb61a52439d05eb65});var infowindow = new google.maps.InfoWindow({content: $l84c6e266745d936cb61a52439d05eb65});google.maps.event.addListener(m_84c6e266745d936cb61a52439d05eb65, 'click', function() {infowindow.open(map,m_84c6e266745d936cb61a52439d05eb65);});$marker.push(m_84c6e266745d936cb61a52439d05eb65);}});}google.maps.event.addDomListener(window, 'load', initialize);