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(37.5399,-77.4363)};var g_48e586e0ec9cca14cdc8853426358f50 = new google.maps.Geocoder();g_48e586e0ec9cca14cdc8853426358f50.geocode( { 'address': "108 N 8th St, Richmond, VA 23219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-credit-union-house-of-virginia').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-credit-union-house-of-virginia'), mapOptions);}document.getElementById('b16090d1').innerHTML += ' | View Map';var $l48e586e0ec9cca14cdc8853426358f50 = '

Credit Union House of Virginia

Address: 108 N 8th St, Richmond, VA 23219, USA
Phone: (434) 237-9600
';var m_48e586e0ec9cca14cdc8853426358f50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union House of Virginia',});m_48e586e0ec9cca14cdc8853426358f50['infowindow'] = new google.maps.InfoWindow({content: $l48e586e0ec9cca14cdc8853426358f50});var infowindow = new google.maps.InfoWindow({content: $l48e586e0ec9cca14cdc8853426358f50});google.maps.event.addListener(m_48e586e0ec9cca14cdc8853426358f50, 'click', function() {infowindow.open(map,m_48e586e0ec9cca14cdc8853426358f50);});$marker.push(m_48e586e0ec9cca14cdc8853426358f50);}});}google.maps.event.addDomListener(window, 'load', initialize);