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.6963,-82.9507)};var g_dcf9b6fde3812e50c9abf452a493e23b = new google.maps.Geocoder();g_dcf9b6fde3812e50c9abf452a493e23b.geocode( { 'address': "135 Eagles Nest Dr K, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-carolina-alliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-carolina-alliance-bank'), mapOptions);}document.getElementById('1820f642').innerHTML += ' | View Map';var $ldcf9b6fde3812e50c9abf452a493e23b = '

Carolina Alliance Bank

Address: 135 Eagles Nest Dr K, Seneca, SC 29678, USA
Phone: (864) 904-9993
';var m_dcf9b6fde3812e50c9abf452a493e23b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Alliance Bank',});m_dcf9b6fde3812e50c9abf452a493e23b['infowindow'] = new google.maps.InfoWindow({content: $ldcf9b6fde3812e50c9abf452a493e23b});var infowindow = new google.maps.InfoWindow({content: $ldcf9b6fde3812e50c9abf452a493e23b});google.maps.event.addListener(m_dcf9b6fde3812e50c9abf452a493e23b, 'click', function() {infowindow.open(map,m_dcf9b6fde3812e50c9abf452a493e23b);});$marker.push(m_dcf9b6fde3812e50c9abf452a493e23b);}});}google.maps.event.addDomListener(window, 'load', initialize);