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.8115,-76.3534)};var g_63cb22fc09f9c8eae54a038d4a9d8928 = new google.maps.Geocoder();g_63cb22fc09f9c8eae54a038d4a9d8928.geocode( { 'address': "4000 Victory Boulevard, Portsmouth, VA 23701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-chartway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-chartway-federal-credit-union'), mapOptions);}document.getElementById('10f6fcbc').innerHTML += ' | View Map';var $l63cb22fc09f9c8eae54a038d4a9d8928 = '

Chartway Federal Credit Union

Address: 4000 Victory Boulevard, Portsmouth, VA 23701, USA
Phone: (800) 678-8765
';var m_63cb22fc09f9c8eae54a038d4a9d8928 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartway Federal Credit Union',});m_63cb22fc09f9c8eae54a038d4a9d8928['infowindow'] = new google.maps.InfoWindow({content: $l63cb22fc09f9c8eae54a038d4a9d8928});var infowindow = new google.maps.InfoWindow({content: $l63cb22fc09f9c8eae54a038d4a9d8928});google.maps.event.addListener(m_63cb22fc09f9c8eae54a038d4a9d8928, 'click', function() {infowindow.open(map,m_63cb22fc09f9c8eae54a038d4a9d8928);});$marker.push(m_63cb22fc09f9c8eae54a038d4a9d8928);}});}google.maps.event.addDomListener(window, 'load', initialize);