var mapElement = document.getElementById('map'); // Create the Google Map using our element and options defined above var map = new google.maps.Map(mapElement, mapOptions); var image = { url: 'images/map-marker.png', // This marker is 20 pixels wide by 32 pixels high. size: new google.maps.Size(60, 60), // The origin for this image is (0, 0). origin: new google.maps.Point(0, 0), // The anchor for this image is the base of the flagpole at (0, 32). anchor: new google.maps.Point(0, 32) }; // Let's also add a marker while we're at it var marker = new google.maps.Marker({ position: new google.maps.LatLng(-46.445996,-67.514459), icon: image, map: map, title: 'Estudio Contable Orozco' }); }
Construimos relaciones sólidas y estrechas con nuestros clientes, manteniendo una comunicación constante y atención personalizada.