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.732,-84.9316)};var g_c4601272f1c7f939b4de269e89f63fdb = new google.maps.Geocoder();g_c4601272f1c7f939b4de269e89f63fdb.geocode( { 'address': "1 Community Square Blvd, Villa Rica, GA 30180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-rica-GA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('villa-rica-GA-regions-bank'), mapOptions);}document.getElementById('4aa4f711').innerHTML += ' | View Map';var $lc4601272f1c7f939b4de269e89f63fdb = '

Regions Bank

Address: 1 Community Square Blvd, Villa Rica, GA 30180, USA
Phone: (800) 734-4667
';var m_c4601272f1c7f939b4de269e89f63fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_c4601272f1c7f939b4de269e89f63fdb['infowindow'] = new google.maps.InfoWindow({content: $lc4601272f1c7f939b4de269e89f63fdb});var infowindow = new google.maps.InfoWindow({content: $lc4601272f1c7f939b4de269e89f63fdb});google.maps.event.addListener(m_c4601272f1c7f939b4de269e89f63fdb, 'click', function() {infowindow.open(map,m_c4601272f1c7f939b4de269e89f63fdb);});$marker.push(m_c4601272f1c7f939b4de269e89f63fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);