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.6309,-79.4489)};var g_acd5efd400c923168fcfbcadcb39bae6 = new google.maps.Geocoder();g_acd5efd400c923168fcfbcadcb39bae6.geocode( { 'address': "836 Rockbridge Rd, Glasgow, VA 24555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-VA-atm-bbt'), mapOptions);}document.getElementById('119ad771').innerHTML += ' | View Map';var $lacd5efd400c923168fcfbcadcb39bae6 = '

ATM (BB&T)

Address: 836 Rockbridge Rd, Glasgow, VA 24555, USA
Phone:
';var m_acd5efd400c923168fcfbcadcb39bae6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_acd5efd400c923168fcfbcadcb39bae6['infowindow'] = new google.maps.InfoWindow({content: $lacd5efd400c923168fcfbcadcb39bae6});var infowindow = new google.maps.InfoWindow({content: $lacd5efd400c923168fcfbcadcb39bae6});google.maps.event.addListener(m_acd5efd400c923168fcfbcadcb39bae6, 'click', function() {infowindow.open(map,m_acd5efd400c923168fcfbcadcb39bae6);});$marker.push(m_acd5efd400c923168fcfbcadcb39bae6);}});}google.maps.event.addDomListener(window, 'load', initialize);