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(34.2162,-77.8155)};var g_24bccb2657ce68c731c9b38f4a4e398a = new google.maps.Geocoder();g_24bccb2657ce68c731c9b38f4a4e398a.geocode( { 'address': "1320 Airlie Rd, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-alpha-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-alpha-mortgage-corporation'), mapOptions);}document.getElementById('f7b31ddd').innerHTML += ' | View Map';var $l24bccb2657ce68c731c9b38f4a4e398a = '

Alpha Mortgage Corporation

Address: 1320 Airlie Rd, Wilmington, NC 28403, USA
Phone: (910) 256-8999
';var m_24bccb2657ce68c731c9b38f4a4e398a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpha Mortgage Corporation',});m_24bccb2657ce68c731c9b38f4a4e398a['infowindow'] = new google.maps.InfoWindow({content: $l24bccb2657ce68c731c9b38f4a4e398a});var infowindow = new google.maps.InfoWindow({content: $l24bccb2657ce68c731c9b38f4a4e398a});google.maps.event.addListener(m_24bccb2657ce68c731c9b38f4a4e398a, 'click', function() {infowindow.open(map,m_24bccb2657ce68c731c9b38f4a4e398a);});$marker.push(m_24bccb2657ce68c731c9b38f4a4e398a);}});}google.maps.event.addDomListener(window, 'load', initialize);