Printed courtesy of www.agcetn.org/ – Contact the AGC East Tennessee for more information.
1601 Gulf Street, Suite 300, Chattanooga, TN 37408 – (423) 265-1111 – leslie@agcetn.org
// Zoom in
MNI.jQuery(window).load(function() {
var path = window.location.pathname;
if (path === '/map' || path === '/map/') {
MNI.jQuery(function() {
MNI.jQuery('#mn-maps-container div[title="Zoom in"]').eq(0).click().click().click().click();
});
}
});