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.0905,-76.466)};var g_1672dd29743d34dde83b0de3a268dc4f = new google.maps.Geocoder();g_1672dd29743d34dde83b0de3a268dc4f.geocode( { 'address': "11821 Rock Landing Dr, Newport News, VA 23606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-news-VA-credit-control-corporation').style.display = '';map = new google.maps.Map(document.getElementById('newport-news-VA-credit-control-corporation'), mapOptions);}document.getElementById('4ae542a3').innerHTML += ' | View Map';var $l1672dd29743d34dde83b0de3a268dc4f = '

Credit Control Corporation

Address: 11821 Rock Landing Dr, Newport News, VA 23606, USA
Phone: (757) 873-3332
';var m_1672dd29743d34dde83b0de3a268dc4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Control Corporation',});m_1672dd29743d34dde83b0de3a268dc4f['infowindow'] = new google.maps.InfoWindow({content: $l1672dd29743d34dde83b0de3a268dc4f});var infowindow = new google.maps.InfoWindow({content: $l1672dd29743d34dde83b0de3a268dc4f});google.maps.event.addListener(m_1672dd29743d34dde83b0de3a268dc4f, 'click', function() {infowindow.open(map,m_1672dd29743d34dde83b0de3a268dc4f);});$marker.push(m_1672dd29743d34dde83b0de3a268dc4f);}});}google.maps.event.addDomListener(window, 'load', initialize);