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.8594,-79.9882)};var g_20c9e3222307d2c54210ab55ef7c86ba = new google.maps.Geocoder();g_20c9e3222307d2c54210ab55ef7c86ba.geocode( { 'address': "4962 Centre Pointe Dr, North Charleston, SC 29418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-first-federal').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-first-federal'), mapOptions);}document.getElementById('5d8835e8').innerHTML += ' | View Map';var $l20c9e3222307d2c54210ab55ef7c86ba = '

First Federal

Address: 4962 Centre Pointe Dr, North Charleston, SC 29418
Phone: (843) 747-5906
';var m_20c9e3222307d2c54210ab55ef7c86ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal',});m_20c9e3222307d2c54210ab55ef7c86ba['infowindow'] = new google.maps.InfoWindow({content: $l20c9e3222307d2c54210ab55ef7c86ba});var infowindow = new google.maps.InfoWindow({content: $l20c9e3222307d2c54210ab55ef7c86ba});google.maps.event.addListener(m_20c9e3222307d2c54210ab55ef7c86ba, 'click', function() {infowindow.open(map,m_20c9e3222307d2c54210ab55ef7c86ba);});$marker.push(m_20c9e3222307d2c54210ab55ef7c86ba);}});}google.maps.event.addDomListener(window, 'load', initialize);