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.3163,-90.8424)};var g_2b5d9ed398db1dee1d00214aa5a41ef0 = new google.maps.Geocoder();g_2b5d9ed398db1dee1d00214aa5a41ef0.geocode( { 'address': "114 WI-171, Gays Mills, WI 54631, USA"}, 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('f41671a6').innerHTML += ' | View Map';var $l2b5d9ed398db1dee1d00214aa5a41ef0 = '

Royal Bank

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