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(30.1003,-81.71)};var g_155c020bc509d903e16329782455bcfd = new google.maps.Geocoder();g_155c020bc509d903e16329782455bcfd.geocode( { 'address': "1545 County Rd 220, Fleming Island, FL 32003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fleming-island-FL-community-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fleming-island-FL-community-first-credit-union'), mapOptions);}document.getElementById('e445f8a8').innerHTML += ' | View Map';var $l155c020bc509d903e16329782455bcfd = '

Community First Credit Union

Address: 1545 County Rd 220, Fleming Island, FL 32003, USA
Phone: (904) 354-8537
';var m_155c020bc509d903e16329782455bcfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Credit Union',});m_155c020bc509d903e16329782455bcfd['infowindow'] = new google.maps.InfoWindow({content: $l155c020bc509d903e16329782455bcfd});var infowindow = new google.maps.InfoWindow({content: $l155c020bc509d903e16329782455bcfd});google.maps.event.addListener(m_155c020bc509d903e16329782455bcfd, 'click', function() {infowindow.open(map,m_155c020bc509d903e16329782455bcfd);});$marker.push(m_155c020bc509d903e16329782455bcfd);}});}google.maps.event.addDomListener(window, 'load', initialize);