<?php $__env->startSection('title', 'Business overview'); ?>

<?php $__env->startSection('content'); ?>

    <h1>Welcome</h1>

    <input type="hidden" id="markers" value="<?php echo e(json_encode($businesses)); ?>">
    <div id="map-container"></div>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAdJic7fQgvnpKi6WS_leNp426ub4--uy4"></script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>