Map

 

<script type="text/javascript">
            google.maps.event.addDomListener(window, 'load', function () {
                var map = new google.maps.Map(document.getElementById("srm_gmp_embed_1"), {
                    center: new google.maps.LatLng(53.85234849289894,-2.186440906745929),
                    zoom:13,
                    mapTypeId: google.maps.MapTypeId.ROADMAP,
                    scrollwheel: '1'
                });

                // To view directions form and data
                                //=========Direction view end

                var marker = new google.maps.Marker({
                    position: new google.maps.LatLng(53.85234849289894,-2.186440906745929),
                    map: map,
                    animation: google.maps.Animation.DROP
                });
                marker.setMap(map);
                
            });


        </script>