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(32.8152,-79.9942)};var g_7789bd65cf5a7e9161503f7bbb780d65 = new google.maps.Geocoder();g_7789bd65cf5a7e9161503f7bbb780d65.geocode( { 'address': "5 Sumar St, Charleston, SC 29407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-SC-first-palmetto-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('charleston-SC-first-palmetto-savings-bank'), mapOptions);}document.getElementById('36cdad1d').innerHTML += ' | View Map';var $l7789bd65cf5a7e9161503f7bbb780d65 = '

First Palmetto Savings Bank

Address: 5 Sumar St, Charleston, SC 29407, USA
Phone: (843) 852-2665
';var m_7789bd65cf5a7e9161503f7bbb780d65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Palmetto Savings Bank',});m_7789bd65cf5a7e9161503f7bbb780d65['infowindow'] = new google.maps.InfoWindow({content: $l7789bd65cf5a7e9161503f7bbb780d65});var infowindow = new google.maps.InfoWindow({content: $l7789bd65cf5a7e9161503f7bbb780d65});google.maps.event.addListener(m_7789bd65cf5a7e9161503f7bbb780d65, 'click', function() {infowindow.open(map,m_7789bd65cf5a7e9161503f7bbb780d65);});$marker.push(m_7789bd65cf5a7e9161503f7bbb780d65);}});}google.maps.event.addDomListener(window, 'load', initialize);