Golf Course Location Map:
[gmap markers=small flgreen::<?php
$node = node_load(arg(1));
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
echo $node-> location['latitude'];
}?>,<?php
$node = node_load(arg(1));
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
echo $node-> location['longitude'];
}?>:<?php
$node = node_load(arg(1));
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
echo $node-> location['name'];
}?>|zoom=14 |center=<?php
$node = node_load(arg(1));
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
echo $node-> location['latitude'];
}?>,<?php
$node = node_load(arg(1));
if (arg(0) == 'node' && is_numeric(arg(1)) && is_null(arg(2))) {
echo $node-> location['longitude'];
}?>|width=560px |height=450px |control=Small |type=Map]