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.7764,-85.2226)};var g_4b998d4f91cfa1ba080da1777b61939d = new google.maps.Geocoder();g_4b998d4f91cfa1ba080da1777b61939d.geocode( { 'address': "4466 Clinton St, Marianna, FL 32446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marianna-FL-jackson-county-teachers-cu').style.display = '';map = new google.maps.Map(document.getElementById('marianna-FL-jackson-county-teachers-cu'), mapOptions);}document.getElementById('ed5ef74b').innerHTML += ' | View Map';var $l4b998d4f91cfa1ba080da1777b61939d = '

Jackson County Teachers CU

Address: 4466 Clinton St, Marianna, FL 32446, USA
Phone: (850) 526-4470
';var m_4b998d4f91cfa1ba080da1777b61939d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jackson County Teachers CU',});m_4b998d4f91cfa1ba080da1777b61939d['infowindow'] = new google.maps.InfoWindow({content: $l4b998d4f91cfa1ba080da1777b61939d});var infowindow = new google.maps.InfoWindow({content: $l4b998d4f91cfa1ba080da1777b61939d});google.maps.event.addListener(m_4b998d4f91cfa1ba080da1777b61939d, 'click', function() {infowindow.open(map,m_4b998d4f91cfa1ba080da1777b61939d);});$marker.push(m_4b998d4f91cfa1ba080da1777b61939d);}});}google.maps.event.addDomListener(window, 'load', initialize);