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.3082,-81.1415)};var g_c979cffa3c634ff36ebc195d4de2e7dc = new google.maps.Geocoder();g_c979cffa3c634ff36ebc195d4de2e7dc.geocode( { 'address': "258 Blue Prince Rd, Bluefield, WV 24701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-mercer-county-teachers-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-mercer-county-teachers-fed-cu'), mapOptions);}document.getElementById('2d45ba44').innerHTML += ' | View Map';var $lc979cffa3c634ff36ebc195d4de2e7dc = '

Mercer County Teachers Fed CU

Address: 258 Blue Prince Rd, Bluefield, WV 24701, USA
Phone: (304) 323-3732
';var m_c979cffa3c634ff36ebc195d4de2e7dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercer County Teachers Fed CU',});m_c979cffa3c634ff36ebc195d4de2e7dc['infowindow'] = new google.maps.InfoWindow({content: $lc979cffa3c634ff36ebc195d4de2e7dc});var infowindow = new google.maps.InfoWindow({content: $lc979cffa3c634ff36ebc195d4de2e7dc});google.maps.event.addListener(m_c979cffa3c634ff36ebc195d4de2e7dc, 'click', function() {infowindow.open(map,m_c979cffa3c634ff36ebc195d4de2e7dc);});$marker.push(m_c979cffa3c634ff36ebc195d4de2e7dc);}});}google.maps.event.addDomListener(window, 'load', initialize);