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_74b83a50be74bf1d20c0722216f5eaaf = new google.maps.Geocoder();g_74b83a50be74bf1d20c0722216f5eaaf.geocode( { 'address': "7605 148th Street West, Apple Valley, MN 55124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apple-valley-MN-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('apple-valley-MN-christopher-banks'), mapOptions);}document.getElementById('9e1000b2').innerHTML += ' | View Map';var $l74b83a50be74bf1d20c0722216f5eaaf = '

Christopher & Banks

Address: 7605 148th Street West, Apple Valley, MN 55124
Phone: (952) 432-9287
';var m_74b83a50be74bf1d20c0722216f5eaaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_74b83a50be74bf1d20c0722216f5eaaf['infowindow'] = new google.maps.InfoWindow({content: $l74b83a50be74bf1d20c0722216f5eaaf});var infowindow = new google.maps.InfoWindow({content: $l74b83a50be74bf1d20c0722216f5eaaf});google.maps.event.addListener(m_74b83a50be74bf1d20c0722216f5eaaf, 'click', function() {infowindow.open(map,m_74b83a50be74bf1d20c0722216f5eaaf);});$marker.push(m_74b83a50be74bf1d20c0722216f5eaaf);}});}google.maps.event.addDomListener(window, 'load', initialize);