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(42.8624,-90.182)};var g_bc019baf8e1a2fa0fea755ec4026d02a = new google.maps.Geocoder();g_bc019baf8e1a2fa0fea755ec4026d02a.geocode( { 'address': "640 Dodge St, Mineral Point, WI 53565"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineral-point-WI-mound-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('mineral-point-WI-mound-city-bank'), mapOptions);}document.getElementById('2e3eda7a').innerHTML += ' | View Map';var $lbc019baf8e1a2fa0fea755ec4026d02a = '

Mound City Bank

Address: 640 Dodge St, Mineral Point, WI 53565
Phone: (608) 987-3800
';var m_bc019baf8e1a2fa0fea755ec4026d02a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mound City Bank',});m_bc019baf8e1a2fa0fea755ec4026d02a['infowindow'] = new google.maps.InfoWindow({content: $lbc019baf8e1a2fa0fea755ec4026d02a});var infowindow = new google.maps.InfoWindow({content: $lbc019baf8e1a2fa0fea755ec4026d02a});google.maps.event.addListener(m_bc019baf8e1a2fa0fea755ec4026d02a, 'click', function() {infowindow.open(map,m_bc019baf8e1a2fa0fea755ec4026d02a);});$marker.push(m_bc019baf8e1a2fa0fea755ec4026d02a);}});}google.maps.event.addDomListener(window, 'load', initialize);