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_2c7b18e387e5d3a2dbbae05fc7e740ef = new google.maps.Geocoder();g_2c7b18e387e5d3a2dbbae05fc7e740ef.geocode( { 'address': "300 W Coleman Blvd, Mt Pleasant, SC 29464"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-pleasant-SC-harbor-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-pleasant-SC-harbor-national-bank'), mapOptions);}document.getElementById('178a389f').innerHTML += ' | View Map';var $l2c7b18e387e5d3a2dbbae05fc7e740ef = '

Harbor National Bank

Address: 300 W Coleman Blvd, Mt Pleasant, SC 29464
Phone: (843) 654-7838
';var m_2c7b18e387e5d3a2dbbae05fc7e740ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor National Bank',});m_2c7b18e387e5d3a2dbbae05fc7e740ef['infowindow'] = new google.maps.InfoWindow({content: $l2c7b18e387e5d3a2dbbae05fc7e740ef});var infowindow = new google.maps.InfoWindow({content: $l2c7b18e387e5d3a2dbbae05fc7e740ef});google.maps.event.addListener(m_2c7b18e387e5d3a2dbbae05fc7e740ef, 'click', function() {infowindow.open(map,m_2c7b18e387e5d3a2dbbae05fc7e740ef);});$marker.push(m_2c7b18e387e5d3a2dbbae05fc7e740ef);}});}google.maps.event.addDomListener(window, 'load', initialize);