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.0704,-96.9025)};var g_1079cb159e6aa15bcf4b6b440c91c50d = new google.maps.Geocoder();g_1079cb159e6aa15bcf4b6b440c91c50d.geocode( { 'address': "334 Main Ave S, Hankinson, ND 58041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hankinson-ND-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hankinson-ND-first-community-credit-union'), mapOptions);}document.getElementById('6a0ff3db').innerHTML += ' | View Map';var $l1079cb159e6aa15bcf4b6b440c91c50d = '

First Community Credit Union

Address: 334 Main Ave S, Hankinson, ND 58041, USA
Phone: (701) 242-7644
';var m_1079cb159e6aa15bcf4b6b440c91c50d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_1079cb159e6aa15bcf4b6b440c91c50d['infowindow'] = new google.maps.InfoWindow({content: $l1079cb159e6aa15bcf4b6b440c91c50d});var infowindow = new google.maps.InfoWindow({content: $l1079cb159e6aa15bcf4b6b440c91c50d});google.maps.event.addListener(m_1079cb159e6aa15bcf4b6b440c91c50d, 'click', function() {infowindow.open(map,m_1079cb159e6aa15bcf4b6b440c91c50d);});$marker.push(m_1079cb159e6aa15bcf4b6b440c91c50d);}});}google.maps.event.addDomListener(window, 'load', initialize);