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.9141,-80.3165)};var g_c1d18eefb1bd1698c74653c0980f950d = new google.maps.Geocoder();g_c1d18eefb1bd1698c74653c0980f950d.geocode( { 'address': "101 Jacksonville Cir, Floyd, VA 24091"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floyd-VA-bank-of-floyd').style.display = '';map = new google.maps.Map(document.getElementById('floyd-VA-bank-of-floyd'), mapOptions);}document.getElementById('6c38db4e').innerHTML += ' | View Map';var $lc1d18eefb1bd1698c74653c0980f950d = '

Bank Of Floyd

Address: 101 Jacksonville Cir, Floyd, VA 24091
Phone: (540) 745-4191
';var m_c1d18eefb1bd1698c74653c0980f950d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Floyd',});m_c1d18eefb1bd1698c74653c0980f950d['infowindow'] = new google.maps.InfoWindow({content: $lc1d18eefb1bd1698c74653c0980f950d});var infowindow = new google.maps.InfoWindow({content: $lc1d18eefb1bd1698c74653c0980f950d});google.maps.event.addListener(m_c1d18eefb1bd1698c74653c0980f950d, 'click', function() {infowindow.open(map,m_c1d18eefb1bd1698c74653c0980f950d);});$marker.push(m_c1d18eefb1bd1698c74653c0980f950d);}});}google.maps.event.addDomListener(window, 'load', initialize);