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.3142,-81.2613)};var g_47f17c82b45fbf7e3a461ef07e701bd7 = new google.maps.Geocoder();g_47f17c82b45fbf7e3a461ef07e701bd7.geocode( { 'address': "4206 Coal Heritage Rd, Bluefield, WV 24701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-first-community-bank'), mapOptions);}document.getElementById('d34a6c6b').innerHTML += ' | View Map';var $l47f17c82b45fbf7e3a461ef07e701bd7 = '

First Community Bank

Address: 4206 Coal Heritage Rd, Bluefield, WV 24701, USA
Phone: (304) 589-3303
';var m_47f17c82b45fbf7e3a461ef07e701bd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_47f17c82b45fbf7e3a461ef07e701bd7['infowindow'] = new google.maps.InfoWindow({content: $l47f17c82b45fbf7e3a461ef07e701bd7});var infowindow = new google.maps.InfoWindow({content: $l47f17c82b45fbf7e3a461ef07e701bd7});google.maps.event.addListener(m_47f17c82b45fbf7e3a461ef07e701bd7, 'click', function() {infowindow.open(map,m_47f17c82b45fbf7e3a461ef07e701bd7);});$marker.push(m_47f17c82b45fbf7e3a461ef07e701bd7);}});}google.maps.event.addDomListener(window, 'load', initialize);