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(42.6226,-90.5907)};var g_fc5814ffb34275ce8c055f0231d3477a = new google.maps.Geocoder();g_fc5814ffb34275ce8c055f0231d3477a.geocode( { 'address': "100 Splinter Ave, Dickeyville, WI 53808, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickeyville-WI-royal-bank').style.display = '';map = new google.maps.Map(document.getElementById('dickeyville-WI-royal-bank'), mapOptions);}document.getElementById('21c450ca').innerHTML += ' | View Map';var $lfc5814ffb34275ce8c055f0231d3477a = '

Royal Bank

Address: 100 Splinter Ave, Dickeyville, WI 53808, USA
Phone: (608) 568-3334
';var m_fc5814ffb34275ce8c055f0231d3477a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank',});m_fc5814ffb34275ce8c055f0231d3477a['infowindow'] = new google.maps.InfoWindow({content: $lfc5814ffb34275ce8c055f0231d3477a});var infowindow = new google.maps.InfoWindow({content: $lfc5814ffb34275ce8c055f0231d3477a});google.maps.event.addListener(m_fc5814ffb34275ce8c055f0231d3477a, 'click', function() {infowindow.open(map,m_fc5814ffb34275ce8c055f0231d3477a);});$marker.push(m_fc5814ffb34275ce8c055f0231d3477a);}});}google.maps.event.addDomListener(window, 'load', initialize);