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.2883,-81.7214)};var g_cd7214aaa777172bb782f7d0efddab82 = new google.maps.Geocoder();g_cd7214aaa777172bb782f7d0efddab82.geocode( { 'address': "4530 St Johns Ave #18, Jacksonville, FL 32210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-first-florida-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-first-florida-credit-union'), mapOptions);}document.getElementById('4f0f3371').innerHTML += ' | View Map';var $lcd7214aaa777172bb782f7d0efddab82 = '

First Florida Credit Union

Address: 4530 St Johns Ave #18, Jacksonville, FL 32210, USA
Phone: (904) 359-6800
';var m_cd7214aaa777172bb782f7d0efddab82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Florida Credit Union',});m_cd7214aaa777172bb782f7d0efddab82['infowindow'] = new google.maps.InfoWindow({content: $lcd7214aaa777172bb782f7d0efddab82});var infowindow = new google.maps.InfoWindow({content: $lcd7214aaa777172bb782f7d0efddab82});google.maps.event.addListener(m_cd7214aaa777172bb782f7d0efddab82, 'click', function() {infowindow.open(map,m_cd7214aaa777172bb782f7d0efddab82);});$marker.push(m_cd7214aaa777172bb782f7d0efddab82);}});}google.maps.event.addDomListener(window, 'load', initialize);