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(42.0474,-97.4265)};var g_c9a6cd805da336d3dab2bf66c094135a = new google.maps.Geocoder();g_c9a6cd805da336d3dab2bf66c094135a.geocode( { 'address': "1306 N 13th St, Norfolk, NE 68701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-NE-northeast-ne-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-NE-northeast-ne-fed-credit-union'), mapOptions);}document.getElementById('eb57a8d6').innerHTML += ' | View Map';var $lc9a6cd805da336d3dab2bf66c094135a = '

Northeast NE Fed Credit Union

Address: 1306 N 13th St, Norfolk, NE 68701, USA
Phone: (402) 371-9345
';var m_c9a6cd805da336d3dab2bf66c094135a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast NE Fed Credit Union',});m_c9a6cd805da336d3dab2bf66c094135a['infowindow'] = new google.maps.InfoWindow({content: $lc9a6cd805da336d3dab2bf66c094135a});var infowindow = new google.maps.InfoWindow({content: $lc9a6cd805da336d3dab2bf66c094135a});google.maps.event.addListener(m_c9a6cd805da336d3dab2bf66c094135a, 'click', function() {infowindow.open(map,m_c9a6cd805da336d3dab2bf66c094135a);});$marker.push(m_c9a6cd805da336d3dab2bf66c094135a);}});}google.maps.event.addDomListener(window, 'load', initialize);