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(43.0632,-88.4026)};var g_7f2fe501bbcf3c5667ae4ab3ba069492 = new google.maps.Geocoder();g_7f2fe501bbcf3c5667ae4ab3ba069492.geocode( { 'address': "400 Genesee St, Delafield, WI 53018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delafield-WI-town-bank-of-delafield').style.display = '';map = new google.maps.Map(document.getElementById('delafield-WI-town-bank-of-delafield'), mapOptions);}document.getElementById('527b8bc1').innerHTML += ' | View Map';var $l7f2fe501bbcf3c5667ae4ab3ba069492 = '

Town Bank of Delafield

Address: 400 Genesee St, Delafield, WI 53018
Phone: (262) 646-6888
';var m_7f2fe501bbcf3c5667ae4ab3ba069492 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town Bank of Delafield',});m_7f2fe501bbcf3c5667ae4ab3ba069492['infowindow'] = new google.maps.InfoWindow({content: $l7f2fe501bbcf3c5667ae4ab3ba069492});var infowindow = new google.maps.InfoWindow({content: $l7f2fe501bbcf3c5667ae4ab3ba069492});google.maps.event.addListener(m_7f2fe501bbcf3c5667ae4ab3ba069492, 'click', function() {infowindow.open(map,m_7f2fe501bbcf3c5667ae4ab3ba069492);});$marker.push(m_7f2fe501bbcf3c5667ae4ab3ba069492);}});}google.maps.event.addDomListener(window, 'load', initialize);