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.8051,-81.6746)};var g_d6eb9765897c7bdb1e7d0a22c264d70c = new google.maps.Geocoder();g_d6eb9765897c7bdb1e7d0a22c264d70c.geocode( { 'address': "1155 E Lee Hwy, Chilhowie, VA 24319, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chilhowie-VA-the-bank-of-chilhowie').style.display = '';map = new google.maps.Map(document.getElementById('chilhowie-VA-the-bank-of-chilhowie'), mapOptions);}document.getElementById('5520668c').innerHTML += ' | View Map';var $ld6eb9765897c7bdb1e7d0a22c264d70c = '

The Bank of Chilhowie

Address: 1155 E Lee Hwy, Chilhowie, VA 24319, USA
Phone: (276) 646-3900
';var m_d6eb9765897c7bdb1e7d0a22c264d70c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Chilhowie',});m_d6eb9765897c7bdb1e7d0a22c264d70c['infowindow'] = new google.maps.InfoWindow({content: $ld6eb9765897c7bdb1e7d0a22c264d70c});var infowindow = new google.maps.InfoWindow({content: $ld6eb9765897c7bdb1e7d0a22c264d70c});google.maps.event.addListener(m_d6eb9765897c7bdb1e7d0a22c264d70c, 'click', function() {infowindow.open(map,m_d6eb9765897c7bdb1e7d0a22c264d70c);});$marker.push(m_d6eb9765897c7bdb1e7d0a22c264d70c);}});}google.maps.event.addDomListener(window, 'load', initialize);