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.4016,-79.9124)};var g_64691865acd4ad082ade5b5f39320164 = new google.maps.Geocoder();g_64691865acd4ad082ade5b5f39320164.geocode( { 'address': "1171 Roanoke Rd, Daleville, VA 24083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daleville-VA-freedom-first-botetourt-branch-and-atm').style.display = '';map = new google.maps.Map(document.getElementById('daleville-VA-freedom-first-botetourt-branch-and-atm'), mapOptions);}document.getElementById('48577b00').innerHTML += ' | View Map';var $l64691865acd4ad082ade5b5f39320164 = '

Freedom First Botetourt Branch and ATM

Address: 1171 Roanoke Rd, Daleville, VA 24083, USA
Phone: (540) 389-0244
';var m_64691865acd4ad082ade5b5f39320164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Freedom First Botetourt Branch and ATM',});m_64691865acd4ad082ade5b5f39320164['infowindow'] = new google.maps.InfoWindow({content: $l64691865acd4ad082ade5b5f39320164});var infowindow = new google.maps.InfoWindow({content: $l64691865acd4ad082ade5b5f39320164});google.maps.event.addListener(m_64691865acd4ad082ade5b5f39320164, 'click', function() {infowindow.open(map,m_64691865acd4ad082ade5b5f39320164);});$marker.push(m_64691865acd4ad082ade5b5f39320164);}});}google.maps.event.addDomListener(window, 'load', initialize);