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.2669,-82.1233)};var g_b6051e049df1f32bb0821c4854522c31 = new google.maps.Geocoder();g_b6051e049df1f32bb0821c4854522c31.geocode( { 'address': "1168 S 6th St, Macclenny, FL 32063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macclenny-FL-vystar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macclenny-FL-vystar-credit-union'), mapOptions);}document.getElementById('285d03ab').innerHTML += ' | View Map';var $lb6051e049df1f32bb0821c4854522c31 = '

VyStar Credit Union

Address: 1168 S 6th St, Macclenny, FL 32063, USA
Phone: (800) 445-6289
';var m_b6051e049df1f32bb0821c4854522c31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VyStar Credit Union',});m_b6051e049df1f32bb0821c4854522c31['infowindow'] = new google.maps.InfoWindow({content: $lb6051e049df1f32bb0821c4854522c31});var infowindow = new google.maps.InfoWindow({content: $lb6051e049df1f32bb0821c4854522c31});google.maps.event.addListener(m_b6051e049df1f32bb0821c4854522c31, 'click', function() {infowindow.open(map,m_b6051e049df1f32bb0821c4854522c31);});$marker.push(m_b6051e049df1f32bb0821c4854522c31);}});}google.maps.event.addDomListener(window, 'load', initialize);