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.3353,-101.624)};var g_7faa7ab718e8975c774d43ef3a2f047e = new google.maps.Geocoder();g_7faa7ab718e8975c774d43ef3a2f047e.geocode( { 'address': "209 Central Ave N, Hazen, ND 58545"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazen-ND-union-state-bank-of-hazen').style.display = '';map = new google.maps.Map(document.getElementById('hazen-ND-union-state-bank-of-hazen'), mapOptions);}document.getElementById('33f67d2c').innerHTML += ' | View Map';var $l7faa7ab718e8975c774d43ef3a2f047e = '

Union State Bank Of Hazen

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