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(36.1187,-80.3162)};var g_3a36d357da40b1cdca0ebc3086fea512 = new google.maps.Geocoder();g_3a36d357da40b1cdca0ebc3086fea512.geocode( { 'address': "3447 Robinhood Rd, Winston-Salem, NC 27106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-beyond-housing-education-and-consulting').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-beyond-housing-education-and-consulting'), mapOptions);}document.getElementById('2e8e8337').innerHTML += ' | View Map';var $l3a36d357da40b1cdca0ebc3086fea512 = '

Beyond Housing Education and Consulting

Address: 3447 Robinhood Rd, Winston-Salem, NC 27106, USA
Phone: (336) 793-5161
';var m_3a36d357da40b1cdca0ebc3086fea512 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beyond Housing Education and Consulting',});m_3a36d357da40b1cdca0ebc3086fea512['infowindow'] = new google.maps.InfoWindow({content: $l3a36d357da40b1cdca0ebc3086fea512});var infowindow = new google.maps.InfoWindow({content: $l3a36d357da40b1cdca0ebc3086fea512});google.maps.event.addListener(m_3a36d357da40b1cdca0ebc3086fea512, 'click', function() {infowindow.open(map,m_3a36d357da40b1cdca0ebc3086fea512);});$marker.push(m_3a36d357da40b1cdca0ebc3086fea512);}});}google.maps.event.addDomListener(window, 'load', initialize);