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.268,-81.2225)};var g_a533c972790b0fd1e9e6cbd0e289098e = new google.maps.Geocoder();g_a533c972790b0fd1e9e6cbd0e289098e.geocode( { 'address': "500 Federal St, Bluefield, WV 24701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-first-century-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-first-century-bank-na'), mapOptions);}document.getElementById('e60ed4ad').innerHTML += ' | View Map';var $la533c972790b0fd1e9e6cbd0e289098e = '

First Century Bank Na

Address: 500 Federal St, Bluefield, WV 24701, USA
Phone: (304) 325-8181
';var m_a533c972790b0fd1e9e6cbd0e289098e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Century Bank Na',});m_a533c972790b0fd1e9e6cbd0e289098e['infowindow'] = new google.maps.InfoWindow({content: $la533c972790b0fd1e9e6cbd0e289098e});var infowindow = new google.maps.InfoWindow({content: $la533c972790b0fd1e9e6cbd0e289098e});google.maps.event.addListener(m_a533c972790b0fd1e9e6cbd0e289098e, 'click', function() {infowindow.open(map,m_a533c972790b0fd1e9e6cbd0e289098e);});$marker.push(m_a533c972790b0fd1e9e6cbd0e289098e);}});}google.maps.event.addDomListener(window, 'load', initialize);