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(44.9082,-89.589)};var g_398a856ea460906ddcae60e18f46c54f = new google.maps.Geocoder();g_398a856ea460906ddcae60e18f46c54f.geocode( { 'address': "2806 Schofield Ave, Schofield, WI 54476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schofield-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('schofield-WI-bmo-harris-bank'), mapOptions);}document.getElementById('9bae3b95').innerHTML += ' | View Map';var $l398a856ea460906ddcae60e18f46c54f = '

BMO Harris Bank

Address: 2806 Schofield Ave, Schofield, WI 54476, USA
Phone: (715) 355-5508
';var m_398a856ea460906ddcae60e18f46c54f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_398a856ea460906ddcae60e18f46c54f['infowindow'] = new google.maps.InfoWindow({content: $l398a856ea460906ddcae60e18f46c54f});var infowindow = new google.maps.InfoWindow({content: $l398a856ea460906ddcae60e18f46c54f});google.maps.event.addListener(m_398a856ea460906ddcae60e18f46c54f, 'click', function() {infowindow.open(map,m_398a856ea460906ddcae60e18f46c54f);});$marker.push(m_398a856ea460906ddcae60e18f46c54f);}});}google.maps.event.addDomListener(window, 'load', initialize);