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.6043,-77.5914)};var g_b67d2df2d3f707b2c2934f03c6ae307b = new google.maps.Geocoder();g_b67d2df2d3f707b2c2934f03c6ae307b.geocode( { 'address': "1302-B Gaskins Rd, Henrico, VA 23238, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henrico-VA-virginia-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('henrico-VA-virginia-credit-union-atm'), mapOptions);}document.getElementById('3bcea5d1').innerHTML += ' | View Map';var $lb67d2df2d3f707b2c2934f03c6ae307b = '

Virginia Credit Union ATM

Address: 1302-B Gaskins Rd, Henrico, VA 23238, USA
Phone: (804) 323-6800
';var m_b67d2df2d3f707b2c2934f03c6ae307b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Credit Union ATM',});m_b67d2df2d3f707b2c2934f03c6ae307b['infowindow'] = new google.maps.InfoWindow({content: $lb67d2df2d3f707b2c2934f03c6ae307b});var infowindow = new google.maps.InfoWindow({content: $lb67d2df2d3f707b2c2934f03c6ae307b});google.maps.event.addListener(m_b67d2df2d3f707b2c2934f03c6ae307b, 'click', function() {infowindow.open(map,m_b67d2df2d3f707b2c2934f03c6ae307b);});$marker.push(m_b67d2df2d3f707b2c2934f03c6ae307b);}});}google.maps.event.addDomListener(window, 'load', initialize);