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.7938,-97.6264)};var g_2e1826a7a9aa30c63cba6dd2931a5f8b = new google.maps.Geocoder();g_2e1826a7a9aa30c63cba6dd2931a5f8b.geocode( { 'address': "307 Main St W, Cavalier, ND 58220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cavalier-ND-citizens-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('cavalier-ND-citizens-insurance-agency'), mapOptions);}document.getElementById('1b7f2337').innerHTML += ' | View Map';var $l2e1826a7a9aa30c63cba6dd2931a5f8b = '

Citizens Insurance Agency

Address: 307 Main St W, Cavalier, ND 58220, USA
Phone: (701) 265-8593
';var m_2e1826a7a9aa30c63cba6dd2931a5f8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Insurance Agency',});m_2e1826a7a9aa30c63cba6dd2931a5f8b['infowindow'] = new google.maps.InfoWindow({content: $l2e1826a7a9aa30c63cba6dd2931a5f8b});var infowindow = new google.maps.InfoWindow({content: $l2e1826a7a9aa30c63cba6dd2931a5f8b});google.maps.event.addListener(m_2e1826a7a9aa30c63cba6dd2931a5f8b, 'click', function() {infowindow.open(map,m_2e1826a7a9aa30c63cba6dd2931a5f8b);});$marker.push(m_2e1826a7a9aa30c63cba6dd2931a5f8b);}});}google.maps.event.addDomListener(window, 'load', initialize);