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.7066,-79.9091)};var g_c700657e35649b645ff55abfe451dad6 = new google.maps.Geocoder();g_c700657e35649b645ff55abfe451dad6.geocode( { 'address': "1976 Virginia Ave, Collinsville, VA 24078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collinsville-VA-truliant-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('collinsville-VA-truliant-federal-credit-union-atm'), mapOptions);}document.getElementById('241df7bd').innerHTML += ' | View Map';var $lc700657e35649b645ff55abfe451dad6 = '

Truliant Federal Credit Union ATM

Address: 1976 Virginia Ave, Collinsville, VA 24078, USA
Phone: (800) 822-0382
';var m_c700657e35649b645ff55abfe451dad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Truliant Federal Credit Union ATM',});m_c700657e35649b645ff55abfe451dad6['infowindow'] = new google.maps.InfoWindow({content: $lc700657e35649b645ff55abfe451dad6});var infowindow = new google.maps.InfoWindow({content: $lc700657e35649b645ff55abfe451dad6});google.maps.event.addListener(m_c700657e35649b645ff55abfe451dad6, 'click', function() {infowindow.open(map,m_c700657e35649b645ff55abfe451dad6);});$marker.push(m_c700657e35649b645ff55abfe451dad6);}});}google.maps.event.addDomListener(window, 'load', initialize);