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.2458,-81.3665)};var g_02ed9c2c6ac524773f6972412bf5ed0a = new google.maps.Geocoder();g_02ed9c2c6ac524773f6972412bf5ed0a.geocode( { 'address': "1680 Jackson St, Barnwell, SC 29812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barnwell-SC-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('barnwell-SC-regions-bank'), mapOptions);}document.getElementById('7b66b7f1').innerHTML += ' | View Map';var $l02ed9c2c6ac524773f6972412bf5ed0a = '

Regions Bank

Address: 1680 Jackson St, Barnwell, SC 29812, USA
Phone: (800) 734-4667
';var m_02ed9c2c6ac524773f6972412bf5ed0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_02ed9c2c6ac524773f6972412bf5ed0a['infowindow'] = new google.maps.InfoWindow({content: $l02ed9c2c6ac524773f6972412bf5ed0a});var infowindow = new google.maps.InfoWindow({content: $l02ed9c2c6ac524773f6972412bf5ed0a});google.maps.event.addListener(m_02ed9c2c6ac524773f6972412bf5ed0a, 'click', function() {infowindow.open(map,m_02ed9c2c6ac524773f6972412bf5ed0a);});$marker.push(m_02ed9c2c6ac524773f6972412bf5ed0a);}});}google.maps.event.addDomListener(window, 'load', initialize);