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_53092d4becc58b3039fcfe86fdfb8923 = new google.maps.Geocoder();g_53092d4becc58b3039fcfe86fdfb8923.geocode( { 'address': "Blue Prince Rd, Bluefield, WV 24701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-WV-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-WV-consumer-credit-counseling-services'), mapOptions);}document.getElementById('ff8e4f97').innerHTML += ' | View Map';var $l53092d4becc58b3039fcfe86fdfb8923 = '

Consumer Credit Counseling Services

Address: Blue Prince Rd, Bluefield, WV 24701, USA
Phone: (304) 325-5143
';var m_53092d4becc58b3039fcfe86fdfb8923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_53092d4becc58b3039fcfe86fdfb8923['infowindow'] = new google.maps.InfoWindow({content: $l53092d4becc58b3039fcfe86fdfb8923});var infowindow = new google.maps.InfoWindow({content: $l53092d4becc58b3039fcfe86fdfb8923});google.maps.event.addListener(m_53092d4becc58b3039fcfe86fdfb8923, 'click', function() {infowindow.open(map,m_53092d4becc58b3039fcfe86fdfb8923);});$marker.push(m_53092d4becc58b3039fcfe86fdfb8923);}});}google.maps.event.addDomListener(window, 'load', initialize);