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.2311,-80.7357)};var g_018a1b6ccd2ec81361657e259155895a = new google.maps.Geocoder();g_018a1b6ccd2ec81361657e259155895a.geocode( { 'address': "38 Cypress Marsh Dr, Hilton Head Island, SC 29926, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-head-island-SC-community-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('hilton-head-island-SC-community-funding-corporation'), mapOptions);}document.getElementById('1696e2b6').innerHTML += ' | View Map';var $l018a1b6ccd2ec81361657e259155895a = '

Community Funding Corporation

Address: 38 Cypress Marsh Dr, Hilton Head Island, SC 29926, USA
Phone: (678) 455-1920
';var m_018a1b6ccd2ec81361657e259155895a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Funding Corporation',});m_018a1b6ccd2ec81361657e259155895a['infowindow'] = new google.maps.InfoWindow({content: $l018a1b6ccd2ec81361657e259155895a});var infowindow = new google.maps.InfoWindow({content: $l018a1b6ccd2ec81361657e259155895a});google.maps.event.addListener(m_018a1b6ccd2ec81361657e259155895a, 'click', function() {infowindow.open(map,m_018a1b6ccd2ec81361657e259155895a);});$marker.push(m_018a1b6ccd2ec81361657e259155895a);}});}google.maps.event.addDomListener(window, 'load', initialize);