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(46.3366,-91.2583)};var g_1d3022c4c848d183deec7e454324d287 = new google.maps.Geocoder();g_1d3022c4c848d183deec7e454324d287.geocode( { 'address': "52485 Wisconsin Ave, Drummond, WI 54832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('drummond-WI-state-bank-of-drummond').style.display = '';map = new google.maps.Map(document.getElementById('drummond-WI-state-bank-of-drummond'), mapOptions);}document.getElementById('b819f914').innerHTML += ' | View Map';var $l1d3022c4c848d183deec7e454324d287 = '

State Bank of Drummond

Address: 52485 Wisconsin Ave, Drummond, WI 54832, USA
Phone: (715) 739-6222
';var m_1d3022c4c848d183deec7e454324d287 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Drummond',});m_1d3022c4c848d183deec7e454324d287['infowindow'] = new google.maps.InfoWindow({content: $l1d3022c4c848d183deec7e454324d287});var infowindow = new google.maps.InfoWindow({content: $l1d3022c4c848d183deec7e454324d287});google.maps.event.addListener(m_1d3022c4c848d183deec7e454324d287, 'click', function() {infowindow.open(map,m_1d3022c4c848d183deec7e454324d287);});$marker.push(m_1d3022c4c848d183deec7e454324d287);}});}google.maps.event.addDomListener(window, 'load', initialize);