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.9442,-76.2993)};var g_ceb9f6b8ffa77c49b6b4570ea19c76bf = new google.maps.Geocoder();g_ceb9f6b8ffa77c49b6b4570ea19c76bf.geocode( { 'address': "3rd Ave, Norfolk, VA 23511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-chartway-fcu').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-chartway-fcu'), mapOptions);}document.getElementById('0311cb28').innerHTML += ' | View Map';var $lceb9f6b8ffa77c49b6b4570ea19c76bf = '

Chartway FCU

Address: 3rd Ave, Norfolk, VA 23511, USA
Phone: (757) 552-1000
';var m_ceb9f6b8ffa77c49b6b4570ea19c76bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartway FCU',});m_ceb9f6b8ffa77c49b6b4570ea19c76bf['infowindow'] = new google.maps.InfoWindow({content: $lceb9f6b8ffa77c49b6b4570ea19c76bf});var infowindow = new google.maps.InfoWindow({content: $lceb9f6b8ffa77c49b6b4570ea19c76bf});google.maps.event.addListener(m_ceb9f6b8ffa77c49b6b4570ea19c76bf, 'click', function() {infowindow.open(map,m_ceb9f6b8ffa77c49b6b4570ea19c76bf);});$marker.push(m_ceb9f6b8ffa77c49b6b4570ea19c76bf);}});}google.maps.event.addDomListener(window, 'load', initialize);