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(44.8907,-94.3702)};var g_a39617f5b7584a1672bfc3380ae6d781 = new google.maps.Geocoder();g_a39617f5b7584a1672bfc3380ae6d781.geocode( { 'address': "1060 Highway 15, Hutchinson, MN 55350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hutchinson-MN-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('hutchinson-MN-christopher-banks'), mapOptions);}document.getElementById('5c4488ea').innerHTML += ' | View Map';var $la39617f5b7584a1672bfc3380ae6d781 = '

Christopher & Banks

Address: 1060 Highway 15, Hutchinson, MN 55350
Phone: (320) 234-7443
';var m_a39617f5b7584a1672bfc3380ae6d781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_a39617f5b7584a1672bfc3380ae6d781['infowindow'] = new google.maps.InfoWindow({content: $la39617f5b7584a1672bfc3380ae6d781});var infowindow = new google.maps.InfoWindow({content: $la39617f5b7584a1672bfc3380ae6d781});google.maps.event.addListener(m_a39617f5b7584a1672bfc3380ae6d781, 'click', function() {infowindow.open(map,m_a39617f5b7584a1672bfc3380ae6d781);});$marker.push(m_a39617f5b7584a1672bfc3380ae6d781);}});}google.maps.event.addDomListener(window, 'load', initialize);