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(37.0829,-76.4652)};var g_122bfd42f01ccee777385c7473864415 = new google.maps.Geocoder();g_122bfd42f01ccee777385c7473864415.geocode( { 'address': "739 Thimble Shoals Blvd #507, Newport News, VA 23606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-johnson-mortgage-company-llc').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-johnson-mortgage-company-llc'), mapOptions);}document.getElementById('ce73c85e').innerHTML += ' | View Map';var $l122bfd42f01ccee777385c7473864415 = '

Johnson Mortgage Company LLC

Address: 739 Thimble Shoals Blvd #507, Newport News, VA 23606, USA
Phone: (757) 873-1287
';var m_122bfd42f01ccee777385c7473864415 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Johnson Mortgage Company LLC',});m_122bfd42f01ccee777385c7473864415['infowindow'] = new google.maps.InfoWindow({content: $l122bfd42f01ccee777385c7473864415});var infowindow = new google.maps.InfoWindow({content: $l122bfd42f01ccee777385c7473864415});google.maps.event.addListener(m_122bfd42f01ccee777385c7473864415, 'click', function() {infowindow.open(map,m_122bfd42f01ccee777385c7473864415);});$marker.push(m_122bfd42f01ccee777385c7473864415);}});}google.maps.event.addDomListener(window, 'load', initialize);