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.0951,-79.8146)};var g_750305e543ca0cb39baf8098c3a8e5ff = new google.maps.Geocoder();g_750305e543ca0cb39baf8098c3a8e5ff.geocode( { 'address': "1401 Sunset Dr #200, Greensboro, NC 27408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-alpha-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-alpha-mortgage-corporation'), mapOptions);}document.getElementById('431a911f').innerHTML += ' | View Map';var $l750305e543ca0cb39baf8098c3a8e5ff = '

Alpha Mortgage Corporation

Address: 1401 Sunset Dr #200, Greensboro, NC 27408, USA
Phone: (336) 986-5106
';var m_750305e543ca0cb39baf8098c3a8e5ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpha Mortgage Corporation',});m_750305e543ca0cb39baf8098c3a8e5ff['infowindow'] = new google.maps.InfoWindow({content: $l750305e543ca0cb39baf8098c3a8e5ff});var infowindow = new google.maps.InfoWindow({content: $l750305e543ca0cb39baf8098c3a8e5ff});google.maps.event.addListener(m_750305e543ca0cb39baf8098c3a8e5ff, 'click', function() {infowindow.open(map,m_750305e543ca0cb39baf8098c3a8e5ff);});$marker.push(m_750305e543ca0cb39baf8098c3a8e5ff);}});}google.maps.event.addDomListener(window, 'load', initialize);