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.1827,-79.7827)};var g_19a2428fc2c3c2716a4265e0e82147ca = new google.maps.Geocoder();g_19a2428fc2c3c2716a4265e0e82147ca.geocode( { 'address': "311 Revell Dr, Florence, SC 29501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-SC-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-SC-citizens-bank'), mapOptions);}document.getElementById('fbeb87db').innerHTML += ' | View Map';var $l19a2428fc2c3c2716a4265e0e82147ca = '

Citizens Bank

Address: 311 Revell Dr, Florence, SC 29501
Phone: (843) 656-1660
';var m_19a2428fc2c3c2716a4265e0e82147ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_19a2428fc2c3c2716a4265e0e82147ca['infowindow'] = new google.maps.InfoWindow({content: $l19a2428fc2c3c2716a4265e0e82147ca});var infowindow = new google.maps.InfoWindow({content: $l19a2428fc2c3c2716a4265e0e82147ca});google.maps.event.addListener(m_19a2428fc2c3c2716a4265e0e82147ca, 'click', function() {infowindow.open(map,m_19a2428fc2c3c2716a4265e0e82147ca);});$marker.push(m_19a2428fc2c3c2716a4265e0e82147ca);}});}google.maps.event.addDomListener(window, 'load', initialize);