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.3109,-78.7148)};var g_8218219cb109041baf61ea3cf8b7dd7e = new google.maps.Geocoder();g_8218219cb109041baf61ea3cf8b7dd7e.geocode( { 'address': "1424 S JK Powell Blvd e, Whiteville, NC 28472, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiteville-NC-team-move-mortgage-whiteville-with-ovm-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('whiteville-NC-team-move-mortgage-whiteville-with-ovm-financial-inc'), mapOptions);}document.getElementById('fff66776').innerHTML += ' | View Map';var $l8218219cb109041baf61ea3cf8b7dd7e = '

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

Address: 1424 S JK Powell Blvd e, Whiteville, NC 28472, USA
Phone: (910) 418-4609
';var m_8218219cb109041baf61ea3cf8b7dd7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team Move Mortgage (Whiteville) with OVM Financial, Inc.',});m_8218219cb109041baf61ea3cf8b7dd7e['infowindow'] = new google.maps.InfoWindow({content: $l8218219cb109041baf61ea3cf8b7dd7e});var infowindow = new google.maps.InfoWindow({content: $l8218219cb109041baf61ea3cf8b7dd7e});google.maps.event.addListener(m_8218219cb109041baf61ea3cf8b7dd7e, 'click', function() {infowindow.open(map,m_8218219cb109041baf61ea3cf8b7dd7e);});$marker.push(m_8218219cb109041baf61ea3cf8b7dd7e);}});}google.maps.event.addDomListener(window, 'load', initialize);