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(29.028,-81.3258)};var g_90fd26a243f6d14c4b3df082cdc8da66 = new google.maps.Geocoder();g_90fd26a243f6d14c4b3df082cdc8da66.geocode( { 'address': "136 S Woodland Blvd, Deland, FL 32720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-fairwinds-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-fairwinds-credit-union'), mapOptions);}document.getElementById('c6458c60').innerHTML += ' | View Map';var $l90fd26a243f6d14c4b3df082cdc8da66 = '

Fairwinds Credit Union

Address: 136 S Woodland Blvd, Deland, FL 32720
Phone: (386) 734-1931
';var m_90fd26a243f6d14c4b3df082cdc8da66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairwinds Credit Union',});m_90fd26a243f6d14c4b3df082cdc8da66['infowindow'] = new google.maps.InfoWindow({content: $l90fd26a243f6d14c4b3df082cdc8da66});var infowindow = new google.maps.InfoWindow({content: $l90fd26a243f6d14c4b3df082cdc8da66});google.maps.event.addListener(m_90fd26a243f6d14c4b3df082cdc8da66, 'click', function() {infowindow.open(map,m_90fd26a243f6d14c4b3df082cdc8da66);});$marker.push(m_90fd26a243f6d14c4b3df082cdc8da66);}});}google.maps.event.addDomListener(window, 'load', initialize);