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.3035,-101.624)};var g_4fc630020a844a581a1d2be9112eafc0 = new google.maps.Geocoder();g_4fc630020a844a581a1d2be9112eafc0.geocode( { 'address': "209 Central Ave N, Hazen, ND 58545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazen-ND-hazen-bancorporation-inc').style.display = '';map = new google.maps.Map(document.getElementById('hazen-ND-hazen-bancorporation-inc'), mapOptions);}document.getElementById('f91040c4').innerHTML += ' | View Map';var $l4fc630020a844a581a1d2be9112eafc0 = '

Hazen Bancorporation Inc

Address: 209 Central Ave N, Hazen, ND 58545, USA
Phone: (701) 748-2233
';var m_4fc630020a844a581a1d2be9112eafc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hazen Bancorporation Inc',});m_4fc630020a844a581a1d2be9112eafc0['infowindow'] = new google.maps.InfoWindow({content: $l4fc630020a844a581a1d2be9112eafc0});var infowindow = new google.maps.InfoWindow({content: $l4fc630020a844a581a1d2be9112eafc0});google.maps.event.addListener(m_4fc630020a844a581a1d2be9112eafc0, 'click', function() {infowindow.open(map,m_4fc630020a844a581a1d2be9112eafc0);});$marker.push(m_4fc630020a844a581a1d2be9112eafc0);}});}google.maps.event.addDomListener(window, 'load', initialize);