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.0728,-80.3056)};var g_d60b6630c950bbe75d1356f2ff0c8c39 = new google.maps.Geocoder();g_d60b6630c950bbe75d1356f2ff0c8c39.geocode( { 'address': "3500 Vest Mill Rd # 1, Winston-Salem, NC 27103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-peoples-home-equity').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-peoples-home-equity'), mapOptions);}document.getElementById('45d5b3cc').innerHTML += ' | View Map';var $ld60b6630c950bbe75d1356f2ff0c8c39 = '

Peoples Home Equity

Address: 3500 Vest Mill Rd # 1, Winston-Salem, NC 27103, USA
Phone: (336) 740-9068
';var m_d60b6630c950bbe75d1356f2ff0c8c39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Home Equity',});m_d60b6630c950bbe75d1356f2ff0c8c39['infowindow'] = new google.maps.InfoWindow({content: $ld60b6630c950bbe75d1356f2ff0c8c39});var infowindow = new google.maps.InfoWindow({content: $ld60b6630c950bbe75d1356f2ff0c8c39});google.maps.event.addListener(m_d60b6630c950bbe75d1356f2ff0c8c39, 'click', function() {infowindow.open(map,m_d60b6630c950bbe75d1356f2ff0c8c39);});$marker.push(m_d60b6630c950bbe75d1356f2ff0c8c39);}});}google.maps.event.addDomListener(window, 'load', initialize);