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.9036,-84.6043)};var g_c70341de2c112a6b3496aec1f631dddd = new google.maps.Geocoder();g_c70341de2c112a6b3496aec1f631dddd.geocode( { 'address': "2048 MacLand Crossing Cir SW, Marietta, GA 30008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-regions-bank'), mapOptions);}document.getElementById('a36275e5').innerHTML += ' | View Map';var $lc70341de2c112a6b3496aec1f631dddd = '

Regions Bank

Address: 2048 MacLand Crossing Cir SW, Marietta, GA 30008, USA
Phone: (800) 734-4667
';var m_c70341de2c112a6b3496aec1f631dddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_c70341de2c112a6b3496aec1f631dddd['infowindow'] = new google.maps.InfoWindow({content: $lc70341de2c112a6b3496aec1f631dddd});var infowindow = new google.maps.InfoWindow({content: $lc70341de2c112a6b3496aec1f631dddd});google.maps.event.addListener(m_c70341de2c112a6b3496aec1f631dddd, 'click', function() {infowindow.open(map,m_c70341de2c112a6b3496aec1f631dddd);});$marker.push(m_c70341de2c112a6b3496aec1f631dddd);}});}google.maps.event.addDomListener(window, 'load', initialize);