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.3015,-98.9491)};var g_4b1e1fa8ff563ebea98cb8cd6cc34778 = new google.maps.Geocoder();g_4b1e1fa8ff563ebea98cb8cd6cc34778.geocode( { 'address': "17 Main Ave S, Kulm, ND 58456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kulm-ND-hometown-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kulm-ND-hometown-credit-union'), mapOptions);}document.getElementById('3ab609ff').innerHTML += ' | View Map';var $l4b1e1fa8ff563ebea98cb8cd6cc34778 = '

Hometown Credit Union

Address: 17 Main Ave S, Kulm, ND 58456, USA
Phone: (701) 647-2448
';var m_4b1e1fa8ff563ebea98cb8cd6cc34778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Credit Union',});m_4b1e1fa8ff563ebea98cb8cd6cc34778['infowindow'] = new google.maps.InfoWindow({content: $l4b1e1fa8ff563ebea98cb8cd6cc34778});var infowindow = new google.maps.InfoWindow({content: $l4b1e1fa8ff563ebea98cb8cd6cc34778});google.maps.event.addListener(m_4b1e1fa8ff563ebea98cb8cd6cc34778, 'click', function() {infowindow.open(map,m_4b1e1fa8ff563ebea98cb8cd6cc34778);});$marker.push(m_4b1e1fa8ff563ebea98cb8cd6cc34778);}});}google.maps.event.addDomListener(window, 'load', initialize);