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.2825,-88.4153)};var g_51ae70519fa9b8b15b8df810fe2089de = new google.maps.Geocoder();g_51ae70519fa9b8b15b8df810fe2089de.geocode( { 'address': "2200 N Richmond St, Appleton, WI 54911, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appleton-WI-american-national-bank-fox-cities').style.display = '';map = new google.maps.Map(document.getElementById('appleton-WI-american-national-bank-fox-cities'), mapOptions);}document.getElementById('28aab634').innerHTML += ' | View Map';var $l51ae70519fa9b8b15b8df810fe2089de = '

American National Bank Fox Cities

Address: 2200 N Richmond St, Appleton, WI 54911, USA
Phone: (920) 739-1040
';var m_51ae70519fa9b8b15b8df810fe2089de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank Fox Cities',});m_51ae70519fa9b8b15b8df810fe2089de['infowindow'] = new google.maps.InfoWindow({content: $l51ae70519fa9b8b15b8df810fe2089de});var infowindow = new google.maps.InfoWindow({content: $l51ae70519fa9b8b15b8df810fe2089de});google.maps.event.addListener(m_51ae70519fa9b8b15b8df810fe2089de, 'click', function() {infowindow.open(map,m_51ae70519fa9b8b15b8df810fe2089de);});$marker.push(m_51ae70519fa9b8b15b8df810fe2089de);}});}google.maps.event.addDomListener(window, 'load', initialize);