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.0018,-84.0817)};var g_64b327d40918ca7522ac22e3d02dc41c = new google.maps.Geocoder();g_64b327d40918ca7522ac22e3d02dc41c.geocode( { 'address': "1581 Satellite Blvd, Duluth, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-atm-regions-bank'), mapOptions);}document.getElementById('100c8148').innerHTML += ' | View Map';var $l64b327d40918ca7522ac22e3d02dc41c = '

ATM (Regions Bank)

Address: 1581 Satellite Blvd, Duluth, GA 30097, USA
Phone:
';var m_64b327d40918ca7522ac22e3d02dc41c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_64b327d40918ca7522ac22e3d02dc41c['infowindow'] = new google.maps.InfoWindow({content: $l64b327d40918ca7522ac22e3d02dc41c});var infowindow = new google.maps.InfoWindow({content: $l64b327d40918ca7522ac22e3d02dc41c});google.maps.event.addListener(m_64b327d40918ca7522ac22e3d02dc41c, 'click', function() {infowindow.open(map,m_64b327d40918ca7522ac22e3d02dc41c);});$marker.push(m_64b327d40918ca7522ac22e3d02dc41c);}});}google.maps.event.addDomListener(window, 'load', initialize);