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.9494,-81.9163)};var g_067a26d87265ea39030f5bd82408ce7c = new google.maps.Geocoder();g_067a26d87265ea39030f5bd82408ce7c.geocode( { 'address': "235 S Pine St, Spartanburg, SC 29302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-regions-bank'), mapOptions);}document.getElementById('9708a4ac').innerHTML += ' | View Map';var $l067a26d87265ea39030f5bd82408ce7c = '

Regions Bank

Address: 235 S Pine St, Spartanburg, SC 29302, USA
Phone: (800) 734-4667
';var m_067a26d87265ea39030f5bd82408ce7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_067a26d87265ea39030f5bd82408ce7c['infowindow'] = new google.maps.InfoWindow({content: $l067a26d87265ea39030f5bd82408ce7c});var infowindow = new google.maps.InfoWindow({content: $l067a26d87265ea39030f5bd82408ce7c});google.maps.event.addListener(m_067a26d87265ea39030f5bd82408ce7c, 'click', function() {infowindow.open(map,m_067a26d87265ea39030f5bd82408ce7c);});$marker.push(m_067a26d87265ea39030f5bd82408ce7c);}});}google.maps.event.addDomListener(window, 'load', initialize);