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.0031,-85.0399)};var g_75c95c5a690383e1d05ebffd55126474 = new google.maps.Geocoder();g_75c95c5a690383e1d05ebffd55126474.geocode( { 'address': "Rockmart, GA 30153, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockmart-GA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('rockmart-GA-regions-bank'), mapOptions);}document.getElementById('c99db419').innerHTML += ' | View Map';var $l75c95c5a690383e1d05ebffd55126474 = '

Regions Bank

Address: Rockmart, GA 30153, United States
Phone:
';var m_75c95c5a690383e1d05ebffd55126474 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_75c95c5a690383e1d05ebffd55126474['infowindow'] = new google.maps.InfoWindow({content: $l75c95c5a690383e1d05ebffd55126474});var infowindow = new google.maps.InfoWindow({content: $l75c95c5a690383e1d05ebffd55126474});google.maps.event.addListener(m_75c95c5a690383e1d05ebffd55126474, 'click', function() {infowindow.open(map,m_75c95c5a690383e1d05ebffd55126474);});$marker.push(m_75c95c5a690383e1d05ebffd55126474);}});}google.maps.event.addDomListener(window, 'load', initialize);