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.5383,-77.4391)};var g_fdef113da0f7cadac7b8c2a29f608d99 = new google.maps.Geocoder();g_fdef113da0f7cadac7b8c2a29f608d99.geocode( { 'address': "7101 Jefferson Davis Hwy, Richmond, VA 23237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-bellwood-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-bellwood-federal-credit-union'), mapOptions);}document.getElementById('2fa7cb1c').innerHTML += ' | View Map';var $lfdef113da0f7cadac7b8c2a29f608d99 = '

Bellwood Federal Credit Union

Address: 7101 Jefferson Davis Hwy, Richmond, VA 23237
Phone: (804) 271-0181
';var m_fdef113da0f7cadac7b8c2a29f608d99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bellwood Federal Credit Union',});m_fdef113da0f7cadac7b8c2a29f608d99['infowindow'] = new google.maps.InfoWindow({content: $lfdef113da0f7cadac7b8c2a29f608d99});var infowindow = new google.maps.InfoWindow({content: $lfdef113da0f7cadac7b8c2a29f608d99});google.maps.event.addListener(m_fdef113da0f7cadac7b8c2a29f608d99, 'click', function() {infowindow.open(map,m_fdef113da0f7cadac7b8c2a29f608d99);});$marker.push(m_fdef113da0f7cadac7b8c2a29f608d99);}});}google.maps.event.addDomListener(window, 'load', initialize);