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()};var g_69c26172901d9d7bcd0bf140c51e9cbd = new google.maps.Geocoder();g_69c26172901d9d7bcd0bf140c51e9cbd.geocode( { 'address': "1100 Park West Blvd, Mt Pleasant, SC 29466"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-pleasant-SC-tidelands-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-pleasant-SC-tidelands-bank'), mapOptions);}document.getElementById('3528135b').innerHTML += ' | View Map';var $l69c26172901d9d7bcd0bf140c51e9cbd = '

Tidelands Bank

Address: 1100 Park West Blvd, Mt Pleasant, SC 29466
Phone: (843) 284-8446
';var m_69c26172901d9d7bcd0bf140c51e9cbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tidelands Bank',});m_69c26172901d9d7bcd0bf140c51e9cbd['infowindow'] = new google.maps.InfoWindow({content: $l69c26172901d9d7bcd0bf140c51e9cbd});var infowindow = new google.maps.InfoWindow({content: $l69c26172901d9d7bcd0bf140c51e9cbd});google.maps.event.addListener(m_69c26172901d9d7bcd0bf140c51e9cbd, 'click', function() {infowindow.open(map,m_69c26172901d9d7bcd0bf140c51e9cbd);});$marker.push(m_69c26172901d9d7bcd0bf140c51e9cbd);}});}google.maps.event.addDomListener(window, 'load', initialize);