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.6153,-77.3209)};var g_43137ee460351398978a8ec6a64cc69f = new google.maps.Geocoder();g_43137ee460351398978a8ec6a64cc69f.geocode( { 'address': "6103 Brashier Blvd, Mechanicsville, VA 23111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsville-VA-virginia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsville-VA-virginia-credit-union'), mapOptions);}document.getElementById('21e89347').innerHTML += ' | View Map';var $l43137ee460351398978a8ec6a64cc69f = '

Virginia Credit Union

Address: 6103 Brashier Blvd, Mechanicsville, VA 23111, USA
Phone: (804) 253-6190
';var m_43137ee460351398978a8ec6a64cc69f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Credit Union',});m_43137ee460351398978a8ec6a64cc69f['infowindow'] = new google.maps.InfoWindow({content: $l43137ee460351398978a8ec6a64cc69f});var infowindow = new google.maps.InfoWindow({content: $l43137ee460351398978a8ec6a64cc69f});google.maps.event.addListener(m_43137ee460351398978a8ec6a64cc69f, 'click', function() {infowindow.open(map,m_43137ee460351398978a8ec6a64cc69f);});$marker.push(m_43137ee460351398978a8ec6a64cc69f);}});}google.maps.event.addDomListener(window, 'load', initialize);