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(45.3295,-88.5909)};var g_b64af96907830c25b6bd2e01e6996eae = new google.maps.Geocoder();g_b64af96907830c25b6bd2e01e6996eae.geocode( { 'address': "17953 WI-32, Townsend, WI 54175, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('townsend-WI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('townsend-WI-huntington-bank'), mapOptions);}document.getElementById('ba823b90').innerHTML += ' | View Map';var $lb64af96907830c25b6bd2e01e6996eae = '

Huntington Bank

Address: 17953 WI-32, Townsend, WI 54175, USA
Phone: (715) 276-2265
';var m_b64af96907830c25b6bd2e01e6996eae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_b64af96907830c25b6bd2e01e6996eae['infowindow'] = new google.maps.InfoWindow({content: $lb64af96907830c25b6bd2e01e6996eae});var infowindow = new google.maps.InfoWindow({content: $lb64af96907830c25b6bd2e01e6996eae});google.maps.event.addListener(m_b64af96907830c25b6bd2e01e6996eae, 'click', function() {infowindow.open(map,m_b64af96907830c25b6bd2e01e6996eae);});$marker.push(m_b64af96907830c25b6bd2e01e6996eae);}});}google.maps.event.addDomListener(window, 'load', initialize);