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.2918,-90.8671)};var g_e7270f0688527c3e73963bbe3fc86d9e = new google.maps.Geocoder();g_e7270f0688527c3e73963bbe3fc86d9e.geocode( { 'address': "114 State Highway 171, Gays Mills, WI 54631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gays-mills-WI-royal-bank').style.display = '';map = new google.maps.Map(document.getElementById('gays-mills-WI-royal-bank'), mapOptions);}document.getElementById('fa102d8d').innerHTML += ' | View Map';var $le7270f0688527c3e73963bbe3fc86d9e = '

Royal Bank

Address: 114 State Highway 171, Gays Mills, WI 54631
Phone: (608) 735-4338
';var m_e7270f0688527c3e73963bbe3fc86d9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank',});m_e7270f0688527c3e73963bbe3fc86d9e['infowindow'] = new google.maps.InfoWindow({content: $le7270f0688527c3e73963bbe3fc86d9e});var infowindow = new google.maps.InfoWindow({content: $le7270f0688527c3e73963bbe3fc86d9e});google.maps.event.addListener(m_e7270f0688527c3e73963bbe3fc86d9e, 'click', function() {infowindow.open(map,m_e7270f0688527c3e73963bbe3fc86d9e);});$marker.push(m_e7270f0688527c3e73963bbe3fc86d9e);}});}google.maps.event.addDomListener(window, 'load', initialize);