NATURAL PHARMACEUTICALS KLIENTU APKALPOŠANA
A/K 46
Rīga, LV-1044,
tel. +371 651 838 38
NATURAL PHARMACEUTICALS SP. Z O.O.
DOMANIEWSKA IELA 28
02-672 VARŠAVA, POLIJA
// <![CDATA[
function initMap() {
var myOptions = {
zoom:14,
center:new google.maps.LatLng(56.9469693,24.109048),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);
var marker = new google.maps.Marker({
map: map,
position: new google.maps.LatLng(59.4120597, 24.737793199999942)
});
var contentString = "Natural Pharmaceuticals
klientu apkalpošanas centrs
Pärnu mnt 130, 3K
11317 Tallinn, Estonia”;
var infowindow = new google.maps.InfoWindow({
content: contentString
});
google.maps.event.addDomListener(marker, ‘click’, function() {
infowindow.open(map, marker);
});
}
// ]]>