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.2679,-81.2223)};var g_01c1f5bc3848adf36537a59a6fdaafa6 = new google.maps.Geocoder();g_01c1f5bc3848adf36537a59a6fdaafa6.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-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-first-century-financial-services'), mapOptions);}document.getElementById('e60ed4ad').innerHTML += ' | View Map';var $l01c1f5bc3848adf36537a59a6fdaafa6 = '

First Century Financial Services

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