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(43.8488,-91.234)};var g_00be99fb807277ca299ecbd8a2db9da0 = new google.maps.Geocoder();g_00be99fb807277ca299ecbd8a2db9da0.geocode( { 'address': "1735 Credit Union Ct, La Crosse, WI 54603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-crosse-WI-la-crosse-burlington-cu').style.display = '';map = new google.maps.Map(document.getElementById('la-crosse-WI-la-crosse-burlington-cu'), mapOptions);}document.getElementById('3785f194').innerHTML += ' | View Map';var $l00be99fb807277ca299ecbd8a2db9da0 = '

La Crosse Burlington CU

Address: 1735 Credit Union Ct, La Crosse, WI 54603, USA
Phone: (608) 781-5040
';var m_00be99fb807277ca299ecbd8a2db9da0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Crosse Burlington CU',});m_00be99fb807277ca299ecbd8a2db9da0['infowindow'] = new google.maps.InfoWindow({content: $l00be99fb807277ca299ecbd8a2db9da0});var infowindow = new google.maps.InfoWindow({content: $l00be99fb807277ca299ecbd8a2db9da0});google.maps.event.addListener(m_00be99fb807277ca299ecbd8a2db9da0, 'click', function() {infowindow.open(map,m_00be99fb807277ca299ecbd8a2db9da0);});$marker.push(m_00be99fb807277ca299ecbd8a2db9da0);}});}google.maps.event.addDomListener(window, 'load', initialize);