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.9988,-88.3698)};var g_ca2734c87135d89dba19994a3bc6fef4 = new google.maps.Geocoder();g_ca2734c87135d89dba19994a3bc6fef4.geocode( { 'address': "725 E Main St, Suring, WI 54174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suring-WI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('suring-WI-huntington-bank'), mapOptions);}document.getElementById('1af10e1c').innerHTML += ' | View Map';var $lca2734c87135d89dba19994a3bc6fef4 = '

Huntington Bank

Address: 725 E Main St, Suring, WI 54174, USA
Phone: (920) 842-2131
';var m_ca2734c87135d89dba19994a3bc6fef4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_ca2734c87135d89dba19994a3bc6fef4['infowindow'] = new google.maps.InfoWindow({content: $lca2734c87135d89dba19994a3bc6fef4});var infowindow = new google.maps.InfoWindow({content: $lca2734c87135d89dba19994a3bc6fef4});google.maps.event.addListener(m_ca2734c87135d89dba19994a3bc6fef4, 'click', function() {infowindow.open(map,m_ca2734c87135d89dba19994a3bc6fef4);});$marker.push(m_ca2734c87135d89dba19994a3bc6fef4);}});}google.maps.event.addDomListener(window, 'load', initialize);