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.9941,-90.4597)};var g_6f97f921fd5692d434781802ed911758 = new google.maps.Geocoder();g_6f97f921fd5692d434781802ed911758.geocode( { 'address': "1015 Superior Ave, Tomah, WI 54660"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-the-bank').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-the-bank'), mapOptions);}document.getElementById('83aa9340').innerHTML += ' | View Map';var $l6f97f921fd5692d434781802ed911758 = '

The Bank

Address: 1015 Superior Ave, Tomah, WI 54660
Phone: (608) 372-2277
';var m_6f97f921fd5692d434781802ed911758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank',});m_6f97f921fd5692d434781802ed911758['infowindow'] = new google.maps.InfoWindow({content: $l6f97f921fd5692d434781802ed911758});var infowindow = new google.maps.InfoWindow({content: $l6f97f921fd5692d434781802ed911758});google.maps.event.addListener(m_6f97f921fd5692d434781802ed911758, 'click', function() {infowindow.open(map,m_6f97f921fd5692d434781802ed911758);});$marker.push(m_6f97f921fd5692d434781802ed911758);}});}google.maps.event.addDomListener(window, 'load', initialize);