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.6913,-80.0912)};var g_fdef0edddadddd59ad52c9787822b15f = new google.maps.Geocoder();g_fdef0edddadddd59ad52c9787822b15f.geocode( { 'address': "3628 Savannah Hwy, Johns Island, SC 29455"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johns-island-SC-first-federal').style.display = '';map = new google.maps.Map(document.getElementById('johns-island-SC-first-federal'), mapOptions);}document.getElementById('7d222e09').innerHTML += ' | View Map';var $lfdef0edddadddd59ad52c9787822b15f = '

First Federal

Address: 3628 Savannah Hwy, Johns Island, SC 29455
Phone: (843) 766-0271
';var m_fdef0edddadddd59ad52c9787822b15f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal',});m_fdef0edddadddd59ad52c9787822b15f['infowindow'] = new google.maps.InfoWindow({content: $lfdef0edddadddd59ad52c9787822b15f});var infowindow = new google.maps.InfoWindow({content: $lfdef0edddadddd59ad52c9787822b15f});google.maps.event.addListener(m_fdef0edddadddd59ad52c9787822b15f, 'click', function() {infowindow.open(map,m_fdef0edddadddd59ad52c9787822b15f);});$marker.push(m_fdef0edddadddd59ad52c9787822b15f);}});}google.maps.event.addDomListener(window, 'load', initialize);