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.2815,-77.4116)};var g_a69017f8746c392b173dc70700fda957 = new google.maps.Geocoder();g_a69017f8746c392b173dc70700fda957.geocode( { 'address': "3701 Boulevard, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-consumer-credit-counseling-services'), mapOptions);}document.getElementById('135191e6').innerHTML += ' | View Map';var $la69017f8746c392b173dc70700fda957 = '

Consumer Credit Counseling Services

Address: 3701 Boulevard, Colonial Heights, VA 23834, USA
Phone: (804) 520-8744
';var m_a69017f8746c392b173dc70700fda957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_a69017f8746c392b173dc70700fda957['infowindow'] = new google.maps.InfoWindow({content: $la69017f8746c392b173dc70700fda957});var infowindow = new google.maps.InfoWindow({content: $la69017f8746c392b173dc70700fda957});google.maps.event.addListener(m_a69017f8746c392b173dc70700fda957, 'click', function() {infowindow.open(map,m_a69017f8746c392b173dc70700fda957);});$marker.push(m_a69017f8746c392b173dc70700fda957);}});}google.maps.event.addDomListener(window, 'load', initialize);