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.9981,-90.5059)};var g_79a3308b13cd31f096d8a4a34f96b66b = new google.maps.Geocoder();g_79a3308b13cd31f096d8a4a34f96b66b.geocode( { 'address': "940 N Superior Ave, Tomah, WI 54660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-tomah-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-tomah-area-credit-union'), mapOptions);}document.getElementById('4de5e04d').innerHTML += ' | View Map';var $l79a3308b13cd31f096d8a4a34f96b66b = '

Tomah Area Credit Union

Address: 940 N Superior Ave, Tomah, WI 54660, USA
Phone: (608) 372-4736
';var m_79a3308b13cd31f096d8a4a34f96b66b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tomah Area Credit Union',});m_79a3308b13cd31f096d8a4a34f96b66b['infowindow'] = new google.maps.InfoWindow({content: $l79a3308b13cd31f096d8a4a34f96b66b});var infowindow = new google.maps.InfoWindow({content: $l79a3308b13cd31f096d8a4a34f96b66b});google.maps.event.addListener(m_79a3308b13cd31f096d8a4a34f96b66b, 'click', function() {infowindow.open(map,m_79a3308b13cd31f096d8a4a34f96b66b);});$marker.push(m_79a3308b13cd31f096d8a4a34f96b66b);}});}google.maps.event.addDomListener(window, 'load', initialize);