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()};var g_a7da6ba0505a41b98bd85907244c4c30 = new google.maps.Geocoder();g_a7da6ba0505a41b98bd85907244c4c30.geocode( { 'address': "1100 Business 18 And 151 E, Mt Horeb, WI 53572"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-horeb-WI-mound-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-horeb-WI-mound-city-bank'), mapOptions);}document.getElementById('5a116039').innerHTML += ' | View Map';var $la7da6ba0505a41b98bd85907244c4c30 = '

Mound City Bank

Address: 1100 Business 18 And 151 E, Mt Horeb, WI 53572
Phone: (608) 437-2685
';var m_a7da6ba0505a41b98bd85907244c4c30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mound City Bank',});m_a7da6ba0505a41b98bd85907244c4c30['infowindow'] = new google.maps.InfoWindow({content: $la7da6ba0505a41b98bd85907244c4c30});var infowindow = new google.maps.InfoWindow({content: $la7da6ba0505a41b98bd85907244c4c30});google.maps.event.addListener(m_a7da6ba0505a41b98bd85907244c4c30, 'click', function() {infowindow.open(map,m_a7da6ba0505a41b98bd85907244c4c30);});$marker.push(m_a7da6ba0505a41b98bd85907244c4c30);}});}google.maps.event.addDomListener(window, 'load', initialize);