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.7695,-77.4082)};var g_808709045c62e42e2275dd2a7d3dcaa5 = new google.maps.Geocoder();g_808709045c62e42e2275dd2a7d3dcaa5.geocode( { 'address': "825 Gum Branch Rd #119, Jacksonville, NC 28540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-NC-primary-residential-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-NC-primary-residential-mortgage-inc'), mapOptions);}document.getElementById('1fca7e20').innerHTML += ' | View Map';var $l808709045c62e42e2275dd2a7d3dcaa5 = '

Primary Residential Mortgage, Inc.

Address: 825 Gum Branch Rd #119, Jacksonville, NC 28540, USA
Phone:
';var m_808709045c62e42e2275dd2a7d3dcaa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Primary Residential Mortgage, Inc.',});m_808709045c62e42e2275dd2a7d3dcaa5['infowindow'] = new google.maps.InfoWindow({content: $l808709045c62e42e2275dd2a7d3dcaa5});var infowindow = new google.maps.InfoWindow({content: $l808709045c62e42e2275dd2a7d3dcaa5});google.maps.event.addListener(m_808709045c62e42e2275dd2a7d3dcaa5, 'click', function() {infowindow.open(map,m_808709045c62e42e2275dd2a7d3dcaa5);});$marker.push(m_808709045c62e42e2275dd2a7d3dcaa5);}});}google.maps.event.addDomListener(window, 'load', initialize);