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.2301,-88.4247)};var g_2c93906f74c477a75893c6ddbc3bf779 = new google.maps.Geocoder();g_2c93906f74c477a75893c6ddbc3bf779.geocode( { 'address': "1500 Appleton Rd, Menasha, WI 54952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menasha-WI-atm-n-shore-bank').style.display = '';map = new google.maps.Map(document.getElementById('menasha-WI-atm-n-shore-bank'), mapOptions);}document.getElementById('67a275f7').innerHTML += ' | View Map';var $l2c93906f74c477a75893c6ddbc3bf779 = '

ATM N. Shore Bank

Address: 1500 Appleton Rd, Menasha, WI 54952, USA
Phone: (800) 627-3999
';var m_2c93906f74c477a75893c6ddbc3bf779 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM N. Shore Bank',});m_2c93906f74c477a75893c6ddbc3bf779['infowindow'] = new google.maps.InfoWindow({content: $l2c93906f74c477a75893c6ddbc3bf779});var infowindow = new google.maps.InfoWindow({content: $l2c93906f74c477a75893c6ddbc3bf779});google.maps.event.addListener(m_2c93906f74c477a75893c6ddbc3bf779, 'click', function() {infowindow.open(map,m_2c93906f74c477a75893c6ddbc3bf779);});$marker.push(m_2c93906f74c477a75893c6ddbc3bf779);}});}google.maps.event.addDomListener(window, 'load', initialize);