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.7621,-88.6095)};var g_4ae0a85cbc8720a299a3da5693584775 = new google.maps.Geocoder();g_4ae0a85cbc8720a299a3da5693584775.geocode( { 'address': "1273 S Main St, Shawano, WI 54166, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawano-WI-premier-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('shawano-WI-premier-community-bank'), mapOptions);}document.getElementById('23bec4d6').innerHTML += ' | View Map';var $l4ae0a85cbc8720a299a3da5693584775 = '

Premier Community Bank

Address: 1273 S Main St, Shawano, WI 54166, USA
Phone: (715) 524-8100
';var m_4ae0a85cbc8720a299a3da5693584775 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Community Bank',});m_4ae0a85cbc8720a299a3da5693584775['infowindow'] = new google.maps.InfoWindow({content: $l4ae0a85cbc8720a299a3da5693584775});var infowindow = new google.maps.InfoWindow({content: $l4ae0a85cbc8720a299a3da5693584775});google.maps.event.addListener(m_4ae0a85cbc8720a299a3da5693584775, 'click', function() {infowindow.open(map,m_4ae0a85cbc8720a299a3da5693584775);});$marker.push(m_4ae0a85cbc8720a299a3da5693584775);}});}google.maps.event.addDomListener(window, 'load', initialize);