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(48.2308,-101.294)};var g_cb78af14d19984e66e6089f8cafe5332 = new google.maps.Geocoder();g_cb78af14d19984e66e6089f8cafe5332.geocode( { 'address': "214 Dakota Square, Minot, ND 58701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minot-ND-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('minot-ND-christopher-banks'), mapOptions);}document.getElementById('4b2fd3b0').innerHTML += ' | View Map';var $lcb78af14d19984e66e6089f8cafe5332 = '

Christopher & Banks

Address: 214 Dakota Square, Minot, ND 58701
Phone: (701) 852-2444
';var m_cb78af14d19984e66e6089f8cafe5332 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_cb78af14d19984e66e6089f8cafe5332['infowindow'] = new google.maps.InfoWindow({content: $lcb78af14d19984e66e6089f8cafe5332});var infowindow = new google.maps.InfoWindow({content: $lcb78af14d19984e66e6089f8cafe5332});google.maps.event.addListener(m_cb78af14d19984e66e6089f8cafe5332, 'click', function() {infowindow.open(map,m_cb78af14d19984e66e6089f8cafe5332);});$marker.push(m_cb78af14d19984e66e6089f8cafe5332);}});}google.maps.event.addDomListener(window, 'load', initialize);