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(28.7942,-81.2971)};var g_21d1c591cfae9f7d459fc443cf99e91e = new google.maps.Geocoder();g_21d1c591cfae9f7d459fc443cf99e91e.geocode( { 'address': "5020 W State Road 46, Sanford, FL 32771"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-FL-fairwinds-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sanford-FL-fairwinds-credit-union'), mapOptions);}document.getElementById('41e47e6e').innerHTML += ' | View Map';var $l21d1c591cfae9f7d459fc443cf99e91e = '

Fairwinds Credit Union

Address: 5020 W State Road 46, Sanford, FL 32771
Phone: (407) 322-1916
';var m_21d1c591cfae9f7d459fc443cf99e91e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairwinds Credit Union',});m_21d1c591cfae9f7d459fc443cf99e91e['infowindow'] = new google.maps.InfoWindow({content: $l21d1c591cfae9f7d459fc443cf99e91e});var infowindow = new google.maps.InfoWindow({content: $l21d1c591cfae9f7d459fc443cf99e91e});google.maps.event.addListener(m_21d1c591cfae9f7d459fc443cf99e91e, 'click', function() {infowindow.open(map,m_21d1c591cfae9f7d459fc443cf99e91e);});$marker.push(m_21d1c591cfae9f7d459fc443cf99e91e);}});}google.maps.event.addDomListener(window, 'load', initialize);