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.9602,-90.3805)};var g_105a97c41158bebe060d2c130563cba7 = new google.maps.Geocoder();g_105a97c41158bebe060d2c130563cba7.geocode( { 'address': "128 W Badger Dr, Tomah, WI 54660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-oakdale-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-oakdale-credit-union'), mapOptions);}document.getElementById('ee802ab3').innerHTML += ' | View Map';var $l105a97c41158bebe060d2c130563cba7 = '

Oakdale Credit Union

Address: 128 W Badger Dr, Tomah, WI 54660, USA
Phone: (608) 372-3939
';var m_105a97c41158bebe060d2c130563cba7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oakdale Credit Union',});m_105a97c41158bebe060d2c130563cba7['infowindow'] = new google.maps.InfoWindow({content: $l105a97c41158bebe060d2c130563cba7});var infowindow = new google.maps.InfoWindow({content: $l105a97c41158bebe060d2c130563cba7});google.maps.event.addListener(m_105a97c41158bebe060d2c130563cba7, 'click', function() {infowindow.open(map,m_105a97c41158bebe060d2c130563cba7);});$marker.push(m_105a97c41158bebe060d2c130563cba7);}});}google.maps.event.addDomListener(window, 'load', initialize);