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(48.9434,-99.7099)};var g_2d4cfc442ce9acea931da2534d8130dc = new google.maps.Geocoder();g_2d4cfc442ce9acea931da2534d8130dc.geocode( { 'address': "230 Foussard Ave, St John, ND 58369, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-john-ND-citizens-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('saint-john-ND-citizens-community-cu'), mapOptions);}document.getElementById('bb1fe474').innerHTML += ' | View Map';var $l2d4cfc442ce9acea931da2534d8130dc = '

Citizens Community CU

Address: 230 Foussard Ave, St John, ND 58369, USA
Phone: (701) 477-5655
';var m_2d4cfc442ce9acea931da2534d8130dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community CU',});m_2d4cfc442ce9acea931da2534d8130dc['infowindow'] = new google.maps.InfoWindow({content: $l2d4cfc442ce9acea931da2534d8130dc});var infowindow = new google.maps.InfoWindow({content: $l2d4cfc442ce9acea931da2534d8130dc});google.maps.event.addListener(m_2d4cfc442ce9acea931da2534d8130dc, 'click', function() {infowindow.open(map,m_2d4cfc442ce9acea931da2534d8130dc);});$marker.push(m_2d4cfc442ce9acea931da2534d8130dc);}});}google.maps.event.addDomListener(window, 'load', initialize);