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.8299,-81.6951)};var g_300b440a12267b470011a5ed51b189c9 = new google.maps.Geocoder();g_300b440a12267b470011a5ed51b189c9.geocode( { 'address': "934 Forest St, Jonesville, SC 29353, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-SC-provident-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-SC-provident-community-bank'), mapOptions);}document.getElementById('f8eee85d').innerHTML += ' | View Map';var $l300b440a12267b470011a5ed51b189c9 = '

Provident Community Bank

Address: 934 Forest St, Jonesville, SC 29353, USA
Phone: (864) 674-6502
';var m_300b440a12267b470011a5ed51b189c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Community Bank',});m_300b440a12267b470011a5ed51b189c9['infowindow'] = new google.maps.InfoWindow({content: $l300b440a12267b470011a5ed51b189c9});var infowindow = new google.maps.InfoWindow({content: $l300b440a12267b470011a5ed51b189c9});google.maps.event.addListener(m_300b440a12267b470011a5ed51b189c9, 'click', function() {infowindow.open(map,m_300b440a12267b470011a5ed51b189c9);});$marker.push(m_300b440a12267b470011a5ed51b189c9);}});}google.maps.event.addDomListener(window, 'load', initialize);