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.2625,-101.297)};var g_56deaf82a743146f027849c3f7985db7 = new google.maps.Geocoder();g_56deaf82a743146f027849c3f7985db7.geocode( { 'address': "2401 N Broadway, Minot, ND 58703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minot-ND-gem-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minot-ND-gem-federal-credit-union'), mapOptions);}document.getElementById('ec24097a').innerHTML += ' | View Map';var $l56deaf82a743146f027849c3f7985db7 = '

GEM Federal Credit Union

Address: 2401 N Broadway, Minot, ND 58703, USA
Phone: (701) 852-3866
';var m_56deaf82a743146f027849c3f7985db7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GEM Federal Credit Union',});m_56deaf82a743146f027849c3f7985db7['infowindow'] = new google.maps.InfoWindow({content: $l56deaf82a743146f027849c3f7985db7});var infowindow = new google.maps.InfoWindow({content: $l56deaf82a743146f027849c3f7985db7});google.maps.event.addListener(m_56deaf82a743146f027849c3f7985db7, 'click', function() {infowindow.open(map,m_56deaf82a743146f027849c3f7985db7);});$marker.push(m_56deaf82a743146f027849c3f7985db7);}});}google.maps.event.addDomListener(window, 'load', initialize);