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.0814,-80.2968)};var g_bc1cfdf8c4aca5929ce7d1a3ade1d86a = new google.maps.Geocoder();g_bc1cfdf8c4aca5929ce7d1a3ade1d86a.geocode( { 'address': "3051-B Trenwest Drive, Winston-Salem, NC 27103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-first-community-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-first-community-mortgage'), mapOptions);}document.getElementById('6af15939').innerHTML += ' | View Map';var $lbc1cfdf8c4aca5929ce7d1a3ade1d86a = '

First Community Mortgage

Address: 3051-B Trenwest Drive, Winston-Salem, NC 27103, USA
Phone: (336) 760-0772
';var m_bc1cfdf8c4aca5929ce7d1a3ade1d86a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Mortgage',});m_bc1cfdf8c4aca5929ce7d1a3ade1d86a['infowindow'] = new google.maps.InfoWindow({content: $lbc1cfdf8c4aca5929ce7d1a3ade1d86a});var infowindow = new google.maps.InfoWindow({content: $lbc1cfdf8c4aca5929ce7d1a3ade1d86a});google.maps.event.addListener(m_bc1cfdf8c4aca5929ce7d1a3ade1d86a, 'click', function() {infowindow.open(map,m_bc1cfdf8c4aca5929ce7d1a3ade1d86a);});$marker.push(m_bc1cfdf8c4aca5929ce7d1a3ade1d86a);}});}google.maps.event.addDomListener(window, 'load', initialize);