Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function () {
- });
- function initMap() {
- mapaLugares = new google.maps.Map(document.getElementById('divMapa'), {
- center: {lat: 1.9299262, lng: -76.2153626},
- zoom: 8
- });
- var mkrBogota = new google.maps.Marker({
- position: new google.maps.LatLng(4.6668989, -74.1072278),
- map: map,
- draggable: true,
- title: 'Bogota D.C.'
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement