function googlemap(){
document.open();
document.writeln(' <script type="text/javascript">');
document.writeln(' <!--');
document.writeln(' var map;');
document.writeln(' var markers = new Array(7);');
document.writeln(' function onLoad() {');
document.writeln(' map = new GMap2(document.getElementById("map"));');
document.writeln(' map.setCenter(new GLatLng(32.0201569982896,131.47459030151367),14);');
document.writeln(' map.addControl(new GLargeMapControl());');
document.writeln(' map.addControl(new GMapTypeControl());');
document.writeln(' map.setMapType(G_NORMAL_MAP);');
document.writeln(' var marker = null;');
document.writeln(' var n_markers = 0;');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "佐土原中央体育館";');
document.writeln(' marker = new GMarker(new GPoint(131.47397875785828,32.02412301620939), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[0], "mouseover", function () {markers[0].openInfoWindowHtml("<strong>佐土原中央体育館</strong><br><br>〒880-0211<br>宮崎市佐土原町下田島２０６６０<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "佐土原総合文化センター";');
document.writeln(' marker = new GMarker(new GPoint(131.47275298833847,32.02207180590023), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[1], "mouseover", function () {markers[1].openInfoWindowHtml("<strong>佐土原総合文化センター</strong><br><br>〒880-0211<br>宮崎市佐土原町下田島２０５２７<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "広瀬中学校";');
document.writeln(' marker = new GMarker(new GPoint(131.47480487823486,32.0170459191248), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[2], "mouseover", function () {markers[2].openInfoWindowHtml("<strong>広瀬中学校</strong><br><br>〒880-0211<br>宮崎市佐土原町下田島２０３０６<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "広瀬小学校";');
document.writeln(' marker = new GMarker(new GPoint(131.47321701049805,32.01598157831838), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[3], "mouseover", function () {markers[3].openInfoWindowHtml("<strong>広瀬小学校</strong><br><br>〒880-0211<br>宮崎市佐土原町下田島２０３０８<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "永田公民館";');
document.writeln(' marker = new GMarker(new GPoint(131.47772580385208,32.00650430647648), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[4], "mouseover", function () {markers[4].openInfoWindowHtml("<strong>永田公民館</strong><br><br>〒880-0212<br>宮崎市佐土原町下那珂７５１<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "東町公民館";');
document.writeln(' marker = new GMarker(new GPoint(131.48126363754272,32.015333416001575), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[5], "mouseover", function () {markers[5].openInfoWindowHtml("<strong>東町公民館</strong><br><br>〒880-0211<br>宮崎市佐土原町下田島１９４２２－３０<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' var markeropts = new Object();');
document.writeln(' markeropts.title = "久峰総合運動公園";');
document.writeln(' marker = new GMarker(new GPoint(131.46102905273437,32.02217641418925), markeropts);');
document.writeln(' markers[n_markers] = marker;');
document.writeln(' GEvent.addListener(markers[6], "mouseover", function () {markers[6].openInfoWindowHtml("<strong>久峰総合運動公園</strong><br><br>〒880-0212<br>宮崎市佐土原町下那珂１３７５４<br>");});');
document.writeln(' n_markers++;');
document.writeln(' map.addOverlay(marker);');
document.writeln(' // -->');
document.writeln(' </script>');
document.close();
}