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.2057,-88.4467)};var g_0ea171b9dcccdd7bc1056ee20e307bdb = new google.maps.Geocoder();g_0ea171b9dcccdd7bc1056ee20e307bdb.geocode( { 'address': "320 Racine St, Menasha, WI 54952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menasha-WI-fnb-fox-valley').style.display = '';map = new google.maps.Map(document.getElementById('menasha-WI-fnb-fox-valley'), mapOptions);}document.getElementById('6edfe881').innerHTML += ' | View Map';var $l0ea171b9dcccdd7bc1056ee20e307bdb = '

FNB Fox Valley

Address: 320 Racine St, Menasha, WI 54952, USA
Phone: (920) 729-6900
';var m_0ea171b9dcccdd7bc1056ee20e307bdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FNB Fox Valley',});m_0ea171b9dcccdd7bc1056ee20e307bdb['infowindow'] = new google.maps.InfoWindow({content: $l0ea171b9dcccdd7bc1056ee20e307bdb});var infowindow = new google.maps.InfoWindow({content: $l0ea171b9dcccdd7bc1056ee20e307bdb});google.maps.event.addListener(m_0ea171b9dcccdd7bc1056ee20e307bdb, 'click', function() {infowindow.open(map,m_0ea171b9dcccdd7bc1056ee20e307bdb);});$marker.push(m_0ea171b9dcccdd7bc1056ee20e307bdb);}});}google.maps.event.addDomListener(window, 'load', initialize);