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.0267,-81.3036)};var g_739657c0cb38f1e8360c67dd0af8678c = new google.maps.Geocoder();g_739657c0cb38f1e8360c67dd0af8678c.geocode( { 'address': "136 S Woodland Blvd, DeLand, FL 32720, USA"}, 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('c0afb0a1').innerHTML += ' | View Map';var $l739657c0cb38f1e8360c67dd0af8678c = '

FAIRWINDS Credit Union

Address: 136 S Woodland Blvd, DeLand, FL 32720, USA
Phone: (407) 277-5045
';var m_739657c0cb38f1e8360c67dd0af8678c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FAIRWINDS Credit Union',});m_739657c0cb38f1e8360c67dd0af8678c['infowindow'] = new google.maps.InfoWindow({content: $l739657c0cb38f1e8360c67dd0af8678c});var infowindow = new google.maps.InfoWindow({content: $l739657c0cb38f1e8360c67dd0af8678c});google.maps.event.addListener(m_739657c0cb38f1e8360c67dd0af8678c, 'click', function() {infowindow.open(map,m_739657c0cb38f1e8360c67dd0af8678c);});$marker.push(m_739657c0cb38f1e8360c67dd0af8678c);}});}google.maps.event.addDomListener(window, 'load', initialize);