All Cities of Massachusetts

\
'); infoWindow.open(map, marker); }; })(marker, i)); // Automatically center the map fitting all markers on the screen map.fitBounds(bounds); } // Override our map zoom level once our fitBounds function runs (Make sure it only runs once) var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function (event) { this.setZoom(5); google.maps.event.removeListener(boundsListener); $('.listing-type').trigger('change'); }); } function get_business_list_html(mark) { var cat = ''; if (mark.category !== '') { cat = '
\ in\ ' + mark.category + '\
'; } var html = '
\
\ ' + mark.title + '' + cat + '\

' + mark.address_line + '

\
\
'; return html; }