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(45.1372,-92.3847)};var g_aa9ef0ffd3f99c4530819eed4753a8f5 = new google.maps.Geocoder();g_aa9ef0ffd3f99c4530819eed4753a8f5.geocode( { 'address': "2098 WI-64, New Richmond, WI 54017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-richmond-WI-us-bank-atm---holiday-store').style.display = '';map = new google.maps.Map(document.getElementById('new-richmond-WI-us-bank-atm---holiday-store'), mapOptions);}document.getElementById('82479073').innerHTML += ' | View Map';var $laa9ef0ffd3f99c4530819eed4753a8f5 = '

U.S. Bank ATM - Holiday Store

Address: 2098 WI-64, New Richmond, WI 54017, USA
Phone: (800) 872-2657
';var m_aa9ef0ffd3f99c4530819eed4753a8f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Holiday Store',});m_aa9ef0ffd3f99c4530819eed4753a8f5['infowindow'] = new google.maps.InfoWindow({content: $laa9ef0ffd3f99c4530819eed4753a8f5});var infowindow = new google.maps.InfoWindow({content: $laa9ef0ffd3f99c4530819eed4753a8f5});google.maps.event.addListener(m_aa9ef0ffd3f99c4530819eed4753a8f5, 'click', function() {infowindow.open(map,m_aa9ef0ffd3f99c4530819eed4753a8f5);});$marker.push(m_aa9ef0ffd3f99c4530819eed4753a8f5);}});}google.maps.event.addDomListener(window, 'load', initialize);