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.2263,-77.8304)};var g_b52fba25a5e369a01857d2e099510b3b = new google.maps.Geocoder();g_b52fba25a5e369a01857d2e099510b3b.geocode( { 'address': "1430 Commonwealth Dr #202, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-team-move-mortgage-wilmington-with-ovm-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-team-move-mortgage-wilmington-with-ovm-financial-inc'), mapOptions);}document.getElementById('ea2479b6').innerHTML += ' | View Map';var $lb52fba25a5e369a01857d2e099510b3b = '

Team Move Mortgage (Wilmington) with OVM Financial, Inc.

Address: 1430 Commonwealth Dr #202, Wilmington, NC 28403, USA
Phone: (910) 418-4606
';var m_b52fba25a5e369a01857d2e099510b3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team Move Mortgage (Wilmington) with OVM Financial, Inc.',});m_b52fba25a5e369a01857d2e099510b3b['infowindow'] = new google.maps.InfoWindow({content: $lb52fba25a5e369a01857d2e099510b3b});var infowindow = new google.maps.InfoWindow({content: $lb52fba25a5e369a01857d2e099510b3b});google.maps.event.addListener(m_b52fba25a5e369a01857d2e099510b3b, 'click', function() {infowindow.open(map,m_b52fba25a5e369a01857d2e099510b3b);});$marker.push(m_b52fba25a5e369a01857d2e099510b3b);}});}google.maps.event.addDomListener(window, 'load', initialize);