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(47.5203,-92.5321)};var g_88367a30bee61f6c644c4ffc134e33f1 = new google.maps.Geocoder();g_88367a30bee61f6c644c4ffc134e33f1.geocode( { 'address': "1427 South 12th Avenue West, Virginia, MN 55792"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-christopher-banks'), mapOptions);}document.getElementById('cbb46990').innerHTML += ' | View Map';var $l88367a30bee61f6c644c4ffc134e33f1 = '

Christopher & Banks

Address: 1427 South 12th Avenue West, Virginia, MN 55792
Phone: (218) 741-8767
';var m_88367a30bee61f6c644c4ffc134e33f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_88367a30bee61f6c644c4ffc134e33f1['infowindow'] = new google.maps.InfoWindow({content: $l88367a30bee61f6c644c4ffc134e33f1});var infowindow = new google.maps.InfoWindow({content: $l88367a30bee61f6c644c4ffc134e33f1});google.maps.event.addListener(m_88367a30bee61f6c644c4ffc134e33f1, 'click', function() {infowindow.open(map,m_88367a30bee61f6c644c4ffc134e33f1);});$marker.push(m_88367a30bee61f6c644c4ffc134e33f1);}});}google.maps.event.addDomListener(window, 'load', initialize);