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.8785,-96.7901)};var g_8326041b51f3b452fb48dbb940d4a116 = new google.maps.Geocoder();g_8326041b51f3b452fb48dbb940d4a116.geocode( { 'address': "657 2nd Ave N #221, Fargo, ND 58102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-postal-family-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-postal-family-federal-cu'), mapOptions);}document.getElementById('5c3ae0dc').innerHTML += ' | View Map';var $l8326041b51f3b452fb48dbb940d4a116 = '

Postal Family Federal CU

Address: 657 2nd Ave N #221, Fargo, ND 58102, USA
Phone: (701) 297-8022
';var m_8326041b51f3b452fb48dbb940d4a116 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Postal Family Federal CU',});m_8326041b51f3b452fb48dbb940d4a116['infowindow'] = new google.maps.InfoWindow({content: $l8326041b51f3b452fb48dbb940d4a116});var infowindow = new google.maps.InfoWindow({content: $l8326041b51f3b452fb48dbb940d4a116});google.maps.event.addListener(m_8326041b51f3b452fb48dbb940d4a116, 'click', function() {infowindow.open(map,m_8326041b51f3b452fb48dbb940d4a116);});$marker.push(m_8326041b51f3b452fb48dbb940d4a116);}});}google.maps.event.addDomListener(window, 'load', initialize);