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(45.5468,-92.0176)};var g_6b62c3dfa59784a63a131cf0c831251f = new google.maps.Geocoder();g_6b62c3dfa59784a63a131cf0c831251f.geocode( { 'address': "Hwy 63 North - 2025 Superior Ave, Cumberland, WI 54829, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-WI-dairy-state-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-WI-dairy-state-bank-atm'), mapOptions);}document.getElementById('b4590fe5').innerHTML += ' | View Map';var $l6b62c3dfa59784a63a131cf0c831251f = '

Dairy State Bank ATM

Address: Hwy 63 North - 2025 Superior Ave, Cumberland, WI 54829, USA
Phone: (715) 234-9181
';var m_6b62c3dfa59784a63a131cf0c831251f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dairy State Bank ATM',});m_6b62c3dfa59784a63a131cf0c831251f['infowindow'] = new google.maps.InfoWindow({content: $l6b62c3dfa59784a63a131cf0c831251f});var infowindow = new google.maps.InfoWindow({content: $l6b62c3dfa59784a63a131cf0c831251f});google.maps.event.addListener(m_6b62c3dfa59784a63a131cf0c831251f, 'click', function() {infowindow.open(map,m_6b62c3dfa59784a63a131cf0c831251f);});$marker.push(m_6b62c3dfa59784a63a131cf0c831251f);}});}google.maps.event.addDomListener(window, 'load', initialize);