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.6132,-83.5238)};var g_4c1e705c10e46d7135a29967c2762a28 = new google.maps.Geocoder();g_4c1e705c10e46d7135a29967c2762a28.geocode( { 'address': "1210 Washington St, Clarkesville, GA 30523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarkesville-GA-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarkesville-GA-regions-bank'), mapOptions);}document.getElementById('ab849c8c').innerHTML += ' | View Map';var $l4c1e705c10e46d7135a29967c2762a28 = '

Regions Bank

Address: 1210 Washington St, Clarkesville, GA 30523, USA
Phone: (800) 734-4667
';var m_4c1e705c10e46d7135a29967c2762a28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_4c1e705c10e46d7135a29967c2762a28['infowindow'] = new google.maps.InfoWindow({content: $l4c1e705c10e46d7135a29967c2762a28});var infowindow = new google.maps.InfoWindow({content: $l4c1e705c10e46d7135a29967c2762a28});google.maps.event.addListener(m_4c1e705c10e46d7135a29967c2762a28, 'click', function() {infowindow.open(map,m_4c1e705c10e46d7135a29967c2762a28);});$marker.push(m_4c1e705c10e46d7135a29967c2762a28);}});}google.maps.event.addDomListener(window, 'load', initialize);