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(46.4848,-100.279)};var g_436992a27eb4baa905353c5c4746740f = new google.maps.Geocoder();g_436992a27eb4baa905353c5c4746740f.geocode( { 'address': "341 Main St, Hazelton, ND 58544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazelton-ND-hometown-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hazelton-ND-hometown-credit-union'), mapOptions);}document.getElementById('70afc8f5').innerHTML += ' | View Map';var $l436992a27eb4baa905353c5c4746740f = '

Hometown Credit Union

Address: 341 Main St, Hazelton, ND 58544, USA
Phone: (701) 782-6841
';var m_436992a27eb4baa905353c5c4746740f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Credit Union',});m_436992a27eb4baa905353c5c4746740f['infowindow'] = new google.maps.InfoWindow({content: $l436992a27eb4baa905353c5c4746740f});var infowindow = new google.maps.InfoWindow({content: $l436992a27eb4baa905353c5c4746740f});google.maps.event.addListener(m_436992a27eb4baa905353c5c4746740f, 'click', function() {infowindow.open(map,m_436992a27eb4baa905353c5c4746740f);});$marker.push(m_436992a27eb4baa905353c5c4746740f);}});}google.maps.event.addDomListener(window, 'load', initialize);