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.8505,-82.4035)};var g_1b31785397bc74c6ff59451d4f410b71 = new google.maps.Geocoder();g_1b31785397bc74c6ff59451d4f410b71.geocode( { 'address': "1200 Woodruff Rd # A4-144, Greenville, SC 29607"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-regent-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-regent-bank'), mapOptions);}document.getElementById('2b515579').innerHTML += ' | View Map';var $l1b31785397bc74c6ff59451d4f410b71 = '

Regent Bank

Address: 1200 Woodruff Rd # A4-144, Greenville, SC 29607
Phone: (864) 678-4735
';var m_1b31785397bc74c6ff59451d4f410b71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Bank',});m_1b31785397bc74c6ff59451d4f410b71['infowindow'] = new google.maps.InfoWindow({content: $l1b31785397bc74c6ff59451d4f410b71});var infowindow = new google.maps.InfoWindow({content: $l1b31785397bc74c6ff59451d4f410b71});google.maps.event.addListener(m_1b31785397bc74c6ff59451d4f410b71, 'click', function() {infowindow.open(map,m_1b31785397bc74c6ff59451d4f410b71);});$marker.push(m_1b31785397bc74c6ff59451d4f410b71);}});}google.maps.event.addDomListener(window, 'load', initialize);