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.9837,-84.1708)};var g_0baf163c24ed14b515aaf57a9de5501c = new google.maps.Geocoder();g_0baf163c24ed14b515aaf57a9de5501c.geocode( { 'address': "3970 Peachtree Industrial Blvd #100, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-texaxo-employees-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-texaxo-employees-fed-cu'), mapOptions);}document.getElementById('19515983').innerHTML += ' | View Map';var $l0baf163c24ed14b515aaf57a9de5501c = '

Texaxo Employees Fed Cu

Address: 3970 Peachtree Industrial Blvd #100, Duluth, GA 30096, USA
Phone: (770) 622-9211
';var m_0baf163c24ed14b515aaf57a9de5501c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texaxo Employees Fed Cu',});m_0baf163c24ed14b515aaf57a9de5501c['infowindow'] = new google.maps.InfoWindow({content: $l0baf163c24ed14b515aaf57a9de5501c});var infowindow = new google.maps.InfoWindow({content: $l0baf163c24ed14b515aaf57a9de5501c});google.maps.event.addListener(m_0baf163c24ed14b515aaf57a9de5501c, 'click', function() {infowindow.open(map,m_0baf163c24ed14b515aaf57a9de5501c);});$marker.push(m_0baf163c24ed14b515aaf57a9de5501c);}});}google.maps.event.addDomListener(window, 'load', initialize);