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.8326,-81.5197)};var g_f46b1cae3c693176e5593ffe0ae2526d = new google.maps.Geocoder();g_f46b1cae3c693176e5593ffe0ae2526d.geocode( { 'address': "102 W Main St, Marion, VA 24354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-VA-the-bank-of-marion').style.display = '';map = new google.maps.Map(document.getElementById('marion-VA-the-bank-of-marion'), mapOptions);}document.getElementById('1dcda93f').innerHTML += ' | View Map';var $lf46b1cae3c693176e5593ffe0ae2526d = '

The Bank of Marion

Address: 102 W Main St, Marion, VA 24354, USA
Phone: (276) 783-3116
';var m_f46b1cae3c693176e5593ffe0ae2526d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Marion',});m_f46b1cae3c693176e5593ffe0ae2526d['infowindow'] = new google.maps.InfoWindow({content: $lf46b1cae3c693176e5593ffe0ae2526d});var infowindow = new google.maps.InfoWindow({content: $lf46b1cae3c693176e5593ffe0ae2526d});google.maps.event.addListener(m_f46b1cae3c693176e5593ffe0ae2526d, 'click', function() {infowindow.open(map,m_f46b1cae3c693176e5593ffe0ae2526d);});$marker.push(m_f46b1cae3c693176e5593ffe0ae2526d);}});}google.maps.event.addDomListener(window, 'load', initialize);