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.7815,-89.5724)};var g_e44f8ea0f53738e2f76400d8c7a5c642 = new google.maps.Geocoder();g_e44f8ea0f53738e2f76400d8c7a5c642.geocode( { 'address': "107 E Ormsby St, Oxford, WI 53952, USA"}, 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('99259fe2').innerHTML += ' | View Map';var $le44f8ea0f53738e2f76400d8c7a5c642 = '

Royal Bank

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