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.795,-91.4833)};var g_d475f16f1ca841a79ba75253c59a3566 = new google.maps.Geocoder();g_d475f16f1ca841a79ba75253c59a3566.geocode( { 'address': "328 Water St, Eau Claire, WI 54703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-bmo-harris-bank-drive-up-location').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-bmo-harris-bank-drive-up-location'), mapOptions);}document.getElementById('d1795011').innerHTML += ' | View Map';var $ld475f16f1ca841a79ba75253c59a3566 = '

BMO Harris Bank - Drive-up Location

Address: 328 Water St, Eau Claire, WI 54703
Phone: (715) 836-8737
';var m_d475f16f1ca841a79ba75253c59a3566 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank - Drive-up Location',});m_d475f16f1ca841a79ba75253c59a3566['infowindow'] = new google.maps.InfoWindow({content: $ld475f16f1ca841a79ba75253c59a3566});var infowindow = new google.maps.InfoWindow({content: $ld475f16f1ca841a79ba75253c59a3566});google.maps.event.addListener(m_d475f16f1ca841a79ba75253c59a3566, 'click', function() {infowindow.open(map,m_d475f16f1ca841a79ba75253c59a3566);});$marker.push(m_d475f16f1ca841a79ba75253c59a3566);}});}google.maps.event.addDomListener(window, 'load', initialize);