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.7667,-83.062)};var g_afd61904eb25c8efcf646d0b04c521f9 = new google.maps.Geocoder();g_afd61904eb25c8efcf646d0b04c521f9.geocode( { 'address': "100 N John St, Walhalla, SC 29691"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walhalla-SC-carter-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('walhalla-SC-carter-bank-trust'), mapOptions);}document.getElementById('834f714d').innerHTML += ' | View Map';var $lafd61904eb25c8efcf646d0b04c521f9 = '

Carter Bank & Trust

Address: 100 N John St, Walhalla, SC 29691
Phone: (864) 638-7909
';var m_afd61904eb25c8efcf646d0b04c521f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carter Bank & Trust',});m_afd61904eb25c8efcf646d0b04c521f9['infowindow'] = new google.maps.InfoWindow({content: $lafd61904eb25c8efcf646d0b04c521f9});var infowindow = new google.maps.InfoWindow({content: $lafd61904eb25c8efcf646d0b04c521f9});google.maps.event.addListener(m_afd61904eb25c8efcf646d0b04c521f9, 'click', function() {infowindow.open(map,m_afd61904eb25c8efcf646d0b04c521f9);});$marker.push(m_afd61904eb25c8efcf646d0b04c521f9);}});}google.maps.event.addDomListener(window, 'load', initialize);