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(43.1902,-90.3179)};var g_b686adaf81d4411bdd309a48fcea9954 = new google.maps.Geocoder();g_b686adaf81d4411bdd309a48fcea9954.geocode( { 'address': "102 N 4th St, Avoca, WI 53506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avoca-WI-royal-bank').style.display = '';map = new google.maps.Map(document.getElementById('avoca-WI-royal-bank'), mapOptions);}document.getElementById('3f1cb909').innerHTML += ' | View Map';var $lb686adaf81d4411bdd309a48fcea9954 = '

Royal Bank

Address: 102 N 4th St, Avoca, WI 53506
Phone: (608) 532-6210
';var m_b686adaf81d4411bdd309a48fcea9954 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank',});m_b686adaf81d4411bdd309a48fcea9954['infowindow'] = new google.maps.InfoWindow({content: $lb686adaf81d4411bdd309a48fcea9954});var infowindow = new google.maps.InfoWindow({content: $lb686adaf81d4411bdd309a48fcea9954});google.maps.event.addListener(m_b686adaf81d4411bdd309a48fcea9954, 'click', function() {infowindow.open(map,m_b686adaf81d4411bdd309a48fcea9954);});$marker.push(m_b686adaf81d4411bdd309a48fcea9954);}});}google.maps.event.addDomListener(window, 'load', initialize);