Have a question or need more information, please fill out this form and someone will get back with you.
Contact Info
Phone
- +1-302-540-9379
Our Location
- 555 Belaire Ave
- Suite 340,
- Chesapeake, VA
- 23320 USA
$disable_mouse_scroll = false;
function init() {
var mapOptions = {
zoom: 11,
scrollwheel: $disable_mouse_scroll,
center: new google.maps.LatLng(36.760941, -76.285187),
styles: [ { "featureType": "administrative.country", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "landscape", "elementType": "geometry.fill", "stylers": [ { "color": "#b5ab94" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "poi.attraction", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "poi.business", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "poi.government", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "poi.school", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "road.local", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "transit.line", "elementType": "all", "stylers": [ { "visibility": "on" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#b0e4f7" }, { "visibility": "on" } ] } ]
};
var mapElement = document.getElementById('googleMap-225983');
var map = new google.maps.Map(mapElement, mapOptions);
var marker = new google.maps.Marker({
position: new google.maps.LatLng(36.760941, -76.285187),
map: map,
icon: 'http://www.globalharvestpartners.com/wp-content/uploads/2017/09/contact.png',
title: 'Snazzy!'
});
var styles = [
{
stylers: [
{ hue: "#c5c5c5" },
{ saturation: -100 }
]
},
];
map.setOptions({styles: styles});
marker.setMap(map);
}
google.maps.event.addDomListener(window, 'load', init);