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.789,-82.6978)};var g_878a0658e652765c4979dba411787e43 = new google.maps.Geocoder();g_878a0658e652765c4979dba411787e43.geocode( { 'address': "5 West Main Street, Liberty, SC 29657"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-SC-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-SC-suntrust-bank'), mapOptions);}document.getElementById('f65ccfad').innerHTML += ' | View Map';var $l878a0658e652765c4979dba411787e43 = '

SunTrust Bank

Address: 5 West Main Street, Liberty, SC 29657
Phone: (864) 843-9361
';var m_878a0658e652765c4979dba411787e43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_878a0658e652765c4979dba411787e43['infowindow'] = new google.maps.InfoWindow({content: $l878a0658e652765c4979dba411787e43});var infowindow = new google.maps.InfoWindow({content: $l878a0658e652765c4979dba411787e43});google.maps.event.addListener(m_878a0658e652765c4979dba411787e43, 'click', function() {infowindow.open(map,m_878a0658e652765c4979dba411787e43);});$marker.push(m_878a0658e652765c4979dba411787e43);}});}google.maps.event.addDomListener(window, 'load', initialize);