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.831,-81.7987)};var g_62bd48ae561f96cedc9cacd5266ac9ab = new google.maps.Geocoder();g_62bd48ae561f96cedc9cacd5266ac9ab.geocode( { 'address': "400 Lee St, Johnston, SC 29832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnston-SC-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnston-SC-regions-bank'), mapOptions);}document.getElementById('e11536dd').innerHTML += ' | View Map';var $l62bd48ae561f96cedc9cacd5266ac9ab = '

Regions Bank

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