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.8611,-76.2119)};var g_43c56ae116052515266bd0a0ddfd12fc = new google.maps.Geocoder();g_43c56ae116052515266bd0a0ddfd12fc.geocode( { 'address': "5670 Raby Rd, Norfolk, VA 23502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-port-alliance-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-port-alliance-federal-cu'), mapOptions);}document.getElementById('b36d9f27').innerHTML += ' | View Map';var $l43c56ae116052515266bd0a0ddfd12fc = '

Port Alliance Federal CU

Address: 5670 Raby Rd, Norfolk, VA 23502, USA
Phone: (757) 461-1796
';var m_43c56ae116052515266bd0a0ddfd12fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Port Alliance Federal CU',});m_43c56ae116052515266bd0a0ddfd12fc['infowindow'] = new google.maps.InfoWindow({content: $l43c56ae116052515266bd0a0ddfd12fc});var infowindow = new google.maps.InfoWindow({content: $l43c56ae116052515266bd0a0ddfd12fc});google.maps.event.addListener(m_43c56ae116052515266bd0a0ddfd12fc, 'click', function() {infowindow.open(map,m_43c56ae116052515266bd0a0ddfd12fc);});$marker.push(m_43c56ae116052515266bd0a0ddfd12fc);}});}google.maps.event.addDomListener(window, 'load', initialize);