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.3336,-81.6679)};var g_9b13696ffd06f61e1b775a5e56d5afc6 = new google.maps.Geocoder();g_9b13696ffd06f61e1b775a5e56d5afc6.geocode( { 'address': "637 Lee St, Jacksonville, FL 32204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-community-first-credit-union-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-community-first-credit-union-of-florida'), mapOptions);}document.getElementById('4d1946f8').innerHTML += ' | View Map';var $l9b13696ffd06f61e1b775a5e56d5afc6 = '

Community First Credit Union of Florida

Address: 637 Lee St, Jacksonville, FL 32204, USA
Phone: (904) 354-8537
';var m_9b13696ffd06f61e1b775a5e56d5afc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Credit Union of Florida',});m_9b13696ffd06f61e1b775a5e56d5afc6['infowindow'] = new google.maps.InfoWindow({content: $l9b13696ffd06f61e1b775a5e56d5afc6});var infowindow = new google.maps.InfoWindow({content: $l9b13696ffd06f61e1b775a5e56d5afc6});google.maps.event.addListener(m_9b13696ffd06f61e1b775a5e56d5afc6, 'click', function() {infowindow.open(map,m_9b13696ffd06f61e1b775a5e56d5afc6);});$marker.push(m_9b13696ffd06f61e1b775a5e56d5afc6);}});}google.maps.event.addDomListener(window, 'load', initialize);