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.543,-89.5645)};var g_3d3023bbae956fe9149442ad2533cd70 = new google.maps.Geocoder();g_3d3023bbae956fe9149442ad2533cd70.geocode( { 'address': "640 Division St, Stevens Point, WI 54481-1840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevens-point-WI-anchorbank').style.display = '';map = new google.maps.Map(document.getElementById('stevens-point-WI-anchorbank'), mapOptions);}document.getElementById('d09bab22').innerHTML += ' | View Map';var $l3d3023bbae956fe9149442ad2533cd70 = '

AnchorBank

Address: 640 Division St, Stevens Point, WI 54481-1840
Phone: (715) 344-8080
';var m_3d3023bbae956fe9149442ad2533cd70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AnchorBank',});m_3d3023bbae956fe9149442ad2533cd70['infowindow'] = new google.maps.InfoWindow({content: $l3d3023bbae956fe9149442ad2533cd70});var infowindow = new google.maps.InfoWindow({content: $l3d3023bbae956fe9149442ad2533cd70});google.maps.event.addListener(m_3d3023bbae956fe9149442ad2533cd70, 'click', function() {infowindow.open(map,m_3d3023bbae956fe9149442ad2533cd70);});$marker.push(m_3d3023bbae956fe9149442ad2533cd70);}});}google.maps.event.addDomListener(window, 'load', initialize);