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.281,-81.1973)};var g_3865247de92da30d35f38538d71a9c40 = new google.maps.Geocoder();g_3865247de92da30d35f38538d71a9c40.geocode( { 'address': "525 Federal St, Bluefield, WV 24701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-first-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-first-century-bank'), mapOptions);}document.getElementById('73c30b5c').innerHTML += ' | View Map';var $l3865247de92da30d35f38538d71a9c40 = '

First Century Bank

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