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.8536,-76.2002)};var g_a74e65df39b527b7cf3a888cfda196f5 = new google.maps.Geocoder();g_a74e65df39b527b7cf3a888cfda196f5.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-credit-union-service-center').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-credit-union-service-center'), mapOptions);}document.getElementById('178f7f2f').innerHTML += ' | View Map';var $la74e65df39b527b7cf3a888cfda196f5 = '

Credit Union Service Center

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