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.8025,-89.6417)};var g_9cbea5b353f2dec1fed2002724850f17 = new google.maps.Geocoder();g_9cbea5b353f2dec1fed2002724850f17.geocode( { 'address': "107 Ormsby St, Oxford, WI 53952"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-WI-royal-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-WI-royal-bank'), mapOptions);}document.getElementById('ad7b0f42').innerHTML += ' | View Map';var $l9cbea5b353f2dec1fed2002724850f17 = '

Royal Bank

Address: 107 Ormsby St, Oxford, WI 53952
Phone: (608) 586-4114
';var m_9cbea5b353f2dec1fed2002724850f17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Bank',});m_9cbea5b353f2dec1fed2002724850f17['infowindow'] = new google.maps.InfoWindow({content: $l9cbea5b353f2dec1fed2002724850f17});var infowindow = new google.maps.InfoWindow({content: $l9cbea5b353f2dec1fed2002724850f17});google.maps.event.addListener(m_9cbea5b353f2dec1fed2002724850f17, 'click', function() {infowindow.open(map,m_9cbea5b353f2dec1fed2002724850f17);});$marker.push(m_9cbea5b353f2dec1fed2002724850f17);}});}google.maps.event.addDomListener(window, 'load', initialize);