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(46.5906,-90.8872)};var g_c2fb82d5d01bc48b3812e25fe543c30d = new google.maps.Geocoder();g_c2fb82d5d01bc48b3812e25fe543c30d.geocode( { 'address': "321 Main St W, Ashland, WI 54806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-WI-bay-area-banking-shares-inc').style.display = '';map = new google.maps.Map(document.getElementById('ashland-WI-bay-area-banking-shares-inc'), mapOptions);}document.getElementById('1cd371be').innerHTML += ' | View Map';var $lc2fb82d5d01bc48b3812e25fe543c30d = '

Bay Area Banking Shares Inc

Address: 321 Main St W, Ashland, WI 54806, USA
Phone: (715) 682-2772
';var m_c2fb82d5d01bc48b3812e25fe543c30d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Area Banking Shares Inc',});m_c2fb82d5d01bc48b3812e25fe543c30d['infowindow'] = new google.maps.InfoWindow({content: $lc2fb82d5d01bc48b3812e25fe543c30d});var infowindow = new google.maps.InfoWindow({content: $lc2fb82d5d01bc48b3812e25fe543c30d});google.maps.event.addListener(m_c2fb82d5d01bc48b3812e25fe543c30d, 'click', function() {infowindow.open(map,m_c2fb82d5d01bc48b3812e25fe543c30d);});$marker.push(m_c2fb82d5d01bc48b3812e25fe543c30d);}});}google.maps.event.addDomListener(window, 'load', initialize);