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()};var g_0f8b7aec4c39805f0543e508b9208f7f = new google.maps.Geocoder();g_0f8b7aec4c39805f0543e508b9208f7f.geocode( { 'address': "8046 Wedgewood Lane North, Maple Grove, MN 55369"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maple-grove-MN-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('maple-grove-MN-christopher-banks'), mapOptions);}document.getElementById('e3f8ef49').innerHTML += ' | View Map';var $l0f8b7aec4c39805f0543e508b9208f7f = '

Christopher & Banks

Address: 8046 Wedgewood Lane North, Maple Grove, MN 55369
Phone: (763) 416-2304
';var m_0f8b7aec4c39805f0543e508b9208f7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_0f8b7aec4c39805f0543e508b9208f7f['infowindow'] = new google.maps.InfoWindow({content: $l0f8b7aec4c39805f0543e508b9208f7f});var infowindow = new google.maps.InfoWindow({content: $l0f8b7aec4c39805f0543e508b9208f7f});google.maps.event.addListener(m_0f8b7aec4c39805f0543e508b9208f7f, 'click', function() {infowindow.open(map,m_0f8b7aec4c39805f0543e508b9208f7f);});$marker.push(m_0f8b7aec4c39805f0543e508b9208f7f);}});}google.maps.event.addDomListener(window, 'load', initialize);