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(36.8537,-76.2002)};var g_35f44bc419754f904449b635b07de9f4 = new google.maps.Geocoder();g_35f44bc419754f904449b635b07de9f4.geocode( { 'address': "5957 E Virginia Beach Blvd #14, Norfolk, VA 23502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-norfolk-municipal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-norfolk-municipal-credit-union'), mapOptions);}document.getElementById('178f7f2f').innerHTML += ' | View Map';var $l35f44bc419754f904449b635b07de9f4 = '

Norfolk Municipal Credit Union

Address: 5957 E Virginia Beach Blvd #14, Norfolk, VA 23502, USA
Phone: (757) 822-6166
';var m_35f44bc419754f904449b635b07de9f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Norfolk Municipal Credit Union',});m_35f44bc419754f904449b635b07de9f4['infowindow'] = new google.maps.InfoWindow({content: $l35f44bc419754f904449b635b07de9f4});var infowindow = new google.maps.InfoWindow({content: $l35f44bc419754f904449b635b07de9f4});google.maps.event.addListener(m_35f44bc419754f904449b635b07de9f4, 'click', function() {infowindow.open(map,m_35f44bc419754f904449b635b07de9f4);});$marker.push(m_35f44bc419754f904449b635b07de9f4);}});}google.maps.event.addDomListener(window, 'load', initialize);