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.9334,-81.9363)};var g_e4f21e330c765549a3693c71d596563a = new google.maps.Geocoder();g_e4f21e330c765549a3693c71d596563a.geocode( { 'address': "870, Lady Lake, FL 32159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lady-lake-FL-fairwinds-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lady-lake-FL-fairwinds-credit-union'), mapOptions);}document.getElementById('89c9b7a0').innerHTML += ' | View Map';var $le4f21e330c765549a3693c71d596563a = '

FAIRWINDS Credit Union

Address: 870, Lady Lake, FL 32159, USA
Phone: (407) 277-5045
';var m_e4f21e330c765549a3693c71d596563a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FAIRWINDS Credit Union',});m_e4f21e330c765549a3693c71d596563a['infowindow'] = new google.maps.InfoWindow({content: $le4f21e330c765549a3693c71d596563a});var infowindow = new google.maps.InfoWindow({content: $le4f21e330c765549a3693c71d596563a});google.maps.event.addListener(m_e4f21e330c765549a3693c71d596563a, 'click', function() {infowindow.open(map,m_e4f21e330c765549a3693c71d596563a);});$marker.push(m_e4f21e330c765549a3693c71d596563a);}});}google.maps.event.addDomListener(window, 'load', initialize);