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.3349,-81.7709)};var g_a59e3dbde6c1420a4940b07ed8c96c47 = new google.maps.Geocoder();g_a59e3dbde6c1420a4940b07ed8c96c47.geocode( { 'address': "7254 103rd St, Jacksonville, FL 32210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-jax-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-jax-federal-credit-union'), mapOptions);}document.getElementById('a2391e46').innerHTML += ' | View Map';var $la59e3dbde6c1420a4940b07ed8c96c47 = '

Jax Federal Credit Union

Address: 7254 103rd St, Jacksonville, FL 32210
Phone: (904) 475-8000
';var m_a59e3dbde6c1420a4940b07ed8c96c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jax Federal Credit Union',});m_a59e3dbde6c1420a4940b07ed8c96c47['infowindow'] = new google.maps.InfoWindow({content: $la59e3dbde6c1420a4940b07ed8c96c47});var infowindow = new google.maps.InfoWindow({content: $la59e3dbde6c1420a4940b07ed8c96c47});google.maps.event.addListener(m_a59e3dbde6c1420a4940b07ed8c96c47, 'click', function() {infowindow.open(map,m_a59e3dbde6c1420a4940b07ed8c96c47);});$marker.push(m_a59e3dbde6c1420a4940b07ed8c96c47);}});}google.maps.event.addDomListener(window, 'load', initialize);