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.0345,-99.3703)};var g_63c031e987b587ec821a47f7c7d2f1ad = new google.maps.Geocoder();g_63c031e987b587ec821a47f7c7d2f1ad.geocode( { 'address': "106 E Main St, Ashley, ND 58413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashley-ND-hometown-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ashley-ND-hometown-credit-union'), mapOptions);}document.getElementById('18a08bf3').innerHTML += ' | View Map';var $l63c031e987b587ec821a47f7c7d2f1ad = '

Hometown Credit Union

Address: 106 E Main St, Ashley, ND 58413, USA
Phone: (701) 288-3439
';var m_63c031e987b587ec821a47f7c7d2f1ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Credit Union',});m_63c031e987b587ec821a47f7c7d2f1ad['infowindow'] = new google.maps.InfoWindow({content: $l63c031e987b587ec821a47f7c7d2f1ad});var infowindow = new google.maps.InfoWindow({content: $l63c031e987b587ec821a47f7c7d2f1ad});google.maps.event.addListener(m_63c031e987b587ec821a47f7c7d2f1ad, 'click', function() {infowindow.open(map,m_63c031e987b587ec821a47f7c7d2f1ad);});$marker.push(m_63c031e987b587ec821a47f7c7d2f1ad);}});}google.maps.event.addDomListener(window, 'load', initialize);