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.2191,-80.2708)};var g_31b5d876b01c3b8e232af70eeac01365 = new google.maps.Geocoder();g_31b5d876b01c3b8e232af70eeac01365.geocode( { 'address': "201 E Church St, Bishopville, SC 29010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bishopville-SC-first-palmetto-bank').style.display = '';map = new google.maps.Map(document.getElementById('bishopville-SC-first-palmetto-bank'), mapOptions);}document.getElementById('d9b3cd73').innerHTML += ' | View Map';var $l31b5d876b01c3b8e232af70eeac01365 = '

First Palmetto Bank

Address: 201 E Church St, Bishopville, SC 29010
Phone: (803) 484-5458
';var m_31b5d876b01c3b8e232af70eeac01365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Palmetto Bank',});m_31b5d876b01c3b8e232af70eeac01365['infowindow'] = new google.maps.InfoWindow({content: $l31b5d876b01c3b8e232af70eeac01365});var infowindow = new google.maps.InfoWindow({content: $l31b5d876b01c3b8e232af70eeac01365});google.maps.event.addListener(m_31b5d876b01c3b8e232af70eeac01365, 'click', function() {infowindow.open(map,m_31b5d876b01c3b8e232af70eeac01365);});$marker.push(m_31b5d876b01c3b8e232af70eeac01365);}});}google.maps.event.addDomListener(window, 'load', initialize);