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.1127,-98.8567)};var g_3ad980cc442688dcd2cb1052725e2683 = new google.maps.Geocoder();g_3ad980cc442688dcd2cb1052725e2683.geocode( { 'address': "425 College Drive South, Devils Lake, ND 58301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('devils-lake-ND-christopher-banks').style.display = '';map = new google.maps.Map(document.getElementById('devils-lake-ND-christopher-banks'), mapOptions);}document.getElementById('2df03dc6').innerHTML += ' | View Map';var $l3ad980cc442688dcd2cb1052725e2683 = '

Christopher & Banks

Address: 425 College Drive South, Devils Lake, ND 58301
Phone: (701) 662-5095
';var m_3ad980cc442688dcd2cb1052725e2683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Christopher & Banks',});m_3ad980cc442688dcd2cb1052725e2683['infowindow'] = new google.maps.InfoWindow({content: $l3ad980cc442688dcd2cb1052725e2683});var infowindow = new google.maps.InfoWindow({content: $l3ad980cc442688dcd2cb1052725e2683});google.maps.event.addListener(m_3ad980cc442688dcd2cb1052725e2683, 'click', function() {infowindow.open(map,m_3ad980cc442688dcd2cb1052725e2683);});$marker.push(m_3ad980cc442688dcd2cb1052725e2683);}});}google.maps.event.addDomListener(window, 'load', initialize);