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.2841,-82.1277)};var g_60ce7059e99646cc8bb1d8c3d6957f6a = new google.maps.Geocoder();g_60ce7059e99646cc8bb1d8c3d6957f6a.geocode( { 'address': "602 S 6th St, MacClenny, FL 32063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macclenny-FL-country-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macclenny-FL-country-federal-credit-union'), mapOptions);}document.getElementById('a61c9729').innerHTML += ' | View Map';var $l60ce7059e99646cc8bb1d8c3d6957f6a = '

Country Federal Credit Union

Address: 602 S 6th St, MacClenny, FL 32063
Phone: (904) 259-6702
';var m_60ce7059e99646cc8bb1d8c3d6957f6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Federal Credit Union',});m_60ce7059e99646cc8bb1d8c3d6957f6a['infowindow'] = new google.maps.InfoWindow({content: $l60ce7059e99646cc8bb1d8c3d6957f6a});var infowindow = new google.maps.InfoWindow({content: $l60ce7059e99646cc8bb1d8c3d6957f6a});google.maps.event.addListener(m_60ce7059e99646cc8bb1d8c3d6957f6a, 'click', function() {infowindow.open(map,m_60ce7059e99646cc8bb1d8c3d6957f6a);});$marker.push(m_60ce7059e99646cc8bb1d8c3d6957f6a);}});}google.maps.event.addDomListener(window, 'load', initialize);