Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
function showAddress() {
address=document.getElementById("PlaceName").value;
opis=document.getElementById("opis").value;
if (geocoder) {
geocoder.getLatLng(
address,
function(point) {
if (!point) {
alert(address + " Nije Nadjeno");
} else {
map.setCenter(point, 15);
var marker = new GMarker(point, {draggable: true});
map.addOverlay(marker);
marker.title=opis;
GEvent.addListener(marker, "click", function() {
point=marker.getLatLng().toUrlValue(6);
marker.SetMarker =GMarker(point);
marker.openInfoWindowHtml(marker.title);
});
//GEvent.trigger(marker, "click");
map.setCenter(new GLatLn