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_917d2f34ef212b2b14427ddbf1c96a10 = new google.maps.Geocoder();g_917d2f34ef212b2b14427ddbf1c96a10.geocode( { 'address': "8101 Normandy Blvd, Jacksonville, FL 32221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-florida-telco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-florida-telco-credit-union'), mapOptions);}document.getElementById('dc582a36').innerHTML += ' | View Map';var $l917d2f34ef212b2b14427ddbf1c96a10 = '

Florida Telco Credit Union

Address: 8101 Normandy Blvd, Jacksonville, FL 32221
Phone: (904) 781-3446
';var m_917d2f34ef212b2b14427ddbf1c96a10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Telco Credit Union',});m_917d2f34ef212b2b14427ddbf1c96a10['infowindow'] = new google.maps.InfoWindow({content: $l917d2f34ef212b2b14427ddbf1c96a10});var infowindow = new google.maps.InfoWindow({content: $l917d2f34ef212b2b14427ddbf1c96a10});google.maps.event.addListener(m_917d2f34ef212b2b14427ddbf1c96a10, 'click', function() {infowindow.open(map,m_917d2f34ef212b2b14427ddbf1c96a10);});$marker.push(m_917d2f34ef212b2b14427ddbf1c96a10);}});}google.maps.event.addDomListener(window, 'load', initialize);