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.0573,-84.1714)};var g_319085f4d233c558835ebb552c6d823c = new google.maps.Geocoder();g_319085f4d233c558835ebb552c6d823c.geocode( { 'address': "11330 Lakefield Dr # 200, Duluth, GA 30097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-regions-capital').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-regions-capital'), mapOptions);}document.getElementById('7342c600').innerHTML += ' | View Map';var $l319085f4d233c558835ebb552c6d823c = '

Regions Capital

Address: 11330 Lakefield Dr # 200, Duluth, GA 30097, USA
Phone: (770) 322-3800
';var m_319085f4d233c558835ebb552c6d823c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Capital',});m_319085f4d233c558835ebb552c6d823c['infowindow'] = new google.maps.InfoWindow({content: $l319085f4d233c558835ebb552c6d823c});var infowindow = new google.maps.InfoWindow({content: $l319085f4d233c558835ebb552c6d823c});google.maps.event.addListener(m_319085f4d233c558835ebb552c6d823c, 'click', function() {infowindow.open(map,m_319085f4d233c558835ebb552c6d823c);});$marker.push(m_319085f4d233c558835ebb552c6d823c);}});}google.maps.event.addDomListener(window, 'load', initialize);