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.1378,-89.1514)};var g_7c229eb911f585be823686b4cfccb35f = new google.maps.Geocoder();g_7c229eb911f585be823686b4cfccb35f.geocode( { 'address': "734 5th Ave, Antigo, WI 54409"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antigo-WI-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('antigo-WI-bmo-harris-bank'), mapOptions);}document.getElementById('a97959a3').innerHTML += ' | View Map';var $l7c229eb911f585be823686b4cfccb35f = '

BMO Harris Bank

Address: 734 5th Ave, Antigo, WI 54409
Phone: (715) 623-2341
';var m_7c229eb911f585be823686b4cfccb35f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_7c229eb911f585be823686b4cfccb35f['infowindow'] = new google.maps.InfoWindow({content: $l7c229eb911f585be823686b4cfccb35f});var infowindow = new google.maps.InfoWindow({content: $l7c229eb911f585be823686b4cfccb35f});google.maps.event.addListener(m_7c229eb911f585be823686b4cfccb35f, 'click', function() {infowindow.open(map,m_7c229eb911f585be823686b4cfccb35f);});$marker.push(m_7c229eb911f585be823686b4cfccb35f);}});}google.maps.event.addDomListener(window, 'load', initialize);