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.1197,-79.9738)};var g_5114b2349f8e81edc12092e347f05615 = new google.maps.Geocoder();g_5114b2349f8e81edc12092e347f05615.geocode( { 'address': "4700 W Palmetto St, Timmonsville, SC 29161"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('timmonsville-SC-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('timmonsville-SC-citizens-bank'), mapOptions);}document.getElementById('64766866').innerHTML += ' | View Map';var $l5114b2349f8e81edc12092e347f05615 = '

Citizens Bank

Address: 4700 W Palmetto St, Timmonsville, SC 29161
Phone: (843) 346-9800
';var m_5114b2349f8e81edc12092e347f05615 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5114b2349f8e81edc12092e347f05615['infowindow'] = new google.maps.InfoWindow({content: $l5114b2349f8e81edc12092e347f05615});var infowindow = new google.maps.InfoWindow({content: $l5114b2349f8e81edc12092e347f05615});google.maps.event.addListener(m_5114b2349f8e81edc12092e347f05615, 'click', function() {infowindow.open(map,m_5114b2349f8e81edc12092e347f05615);});$marker.push(m_5114b2349f8e81edc12092e347f05615);}});}google.maps.event.addDomListener(window, 'load', initialize);