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(32.4816,-80.9843)};var g_2a79b29682327231d85216a98c98687d = new google.maps.Geocoder();g_2a79b29682327231d85216a98c98687d.geocode( { 'address': "11004 N Jacob Smart Blvd, Ridgeland, SC 29936"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-SC-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-SC-regions-bank'), mapOptions);}document.getElementById('b43a3a4c').innerHTML += ' | View Map';var $l2a79b29682327231d85216a98c98687d = '

Regions Bank

Address: 11004 N Jacob Smart Blvd, Ridgeland, SC 29936
Phone: (843) 726-4055
';var m_2a79b29682327231d85216a98c98687d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_2a79b29682327231d85216a98c98687d['infowindow'] = new google.maps.InfoWindow({content: $l2a79b29682327231d85216a98c98687d});var infowindow = new google.maps.InfoWindow({content: $l2a79b29682327231d85216a98c98687d});google.maps.event.addListener(m_2a79b29682327231d85216a98c98687d, 'click', function() {infowindow.open(map,m_2a79b29682327231d85216a98c98687d);});$marker.push(m_2a79b29682327231d85216a98c98687d);}});}google.maps.event.addDomListener(window, 'load', initialize);