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.4689,-89.3128)};var g_94eb3174c69baa2aa3e3ebf3d6605d8b = new google.maps.Geocoder();g_94eb3174c69baa2aa3e3ebf3d6605d8b.geocode( { 'address': "3980 2nd St, Amherst Junction, WI 54407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-junction-WI-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('amherst-junction-WI-bank-of-the-west'), mapOptions);}document.getElementById('89fc3e97').innerHTML += ' | View Map';var $l94eb3174c69baa2aa3e3ebf3d6605d8b = '

Bank Of The West

Address: 3980 2nd St, Amherst Junction, WI 54407, USA
Phone:
';var m_94eb3174c69baa2aa3e3ebf3d6605d8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_94eb3174c69baa2aa3e3ebf3d6605d8b['infowindow'] = new google.maps.InfoWindow({content: $l94eb3174c69baa2aa3e3ebf3d6605d8b});var infowindow = new google.maps.InfoWindow({content: $l94eb3174c69baa2aa3e3ebf3d6605d8b});google.maps.event.addListener(m_94eb3174c69baa2aa3e3ebf3d6605d8b, 'click', function() {infowindow.open(map,m_94eb3174c69baa2aa3e3ebf3d6605d8b);});$marker.push(m_94eb3174c69baa2aa3e3ebf3d6605d8b);}});}google.maps.event.addDomListener(window, 'load', initialize);