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(47.8913,-97.0645)};var g_a0cc8aa8a18cc352eaa90d8ceb635e27 = new google.maps.Geocoder();g_a0cc8aa8a18cc352eaa90d8ceb635e27.geocode( { 'address': "2501 28th Ave S, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-postal-family-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-postal-family-federal-cu'), mapOptions);}document.getElementById('9b07f79d').innerHTML += ' | View Map';var $la0cc8aa8a18cc352eaa90d8ceb635e27 = '

Postal Family Federal CU

Address: 2501 28th Ave S, Grand Forks, ND 58201, USA
Phone: (701) 772-5699
';var m_a0cc8aa8a18cc352eaa90d8ceb635e27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Postal Family Federal CU',});m_a0cc8aa8a18cc352eaa90d8ceb635e27['infowindow'] = new google.maps.InfoWindow({content: $la0cc8aa8a18cc352eaa90d8ceb635e27});var infowindow = new google.maps.InfoWindow({content: $la0cc8aa8a18cc352eaa90d8ceb635e27});google.maps.event.addListener(m_a0cc8aa8a18cc352eaa90d8ceb635e27, 'click', function() {infowindow.open(map,m_a0cc8aa8a18cc352eaa90d8ceb635e27);});$marker.push(m_a0cc8aa8a18cc352eaa90d8ceb635e27);}});}google.maps.event.addDomListener(window, 'load', initialize);