Warning: session_start(): open(/var/cpanel/php/sessions/ea-php71/sess_jhv0p8d3v47qoh98neb3pidd70, O_RDWR) failed: No such file or directory (2) in /home/w3gbln/public_html/admin/setting.php on line 5

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/setting.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/system_function_initialize.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/system_function_initialize.php on line 866

Warning: Cannot modify header information - headers already sent by (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/system_function_initialize.php on line 867

Warning: Cannot modify header information - headers already sent by (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/system_function_initialize.php on line 868

Warning: Cannot modify header information - headers already sent by (output started at /home/w3gbln/public_html/admin/setting.php:5) in /home/w3gbln/public_html/admin/system_function_initialize.php on line 869
var map = null; var geocoder = null; var geocoder; var map; var address = "88 Gibson Street Bowden Bowden, Queensland 5007, Australia"; function initialize() { geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(-34.397, 150.644); var myOptions = { zoom: 14, center: latlng, mapTypeControl: true, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }, navigationControl: true, mapTypeId: google.maps.MapTypeId.ROADMAP }; map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); if (geocoder) { geocoder.geocode({ 'address': address }, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { if (status != google.maps.GeocoderStatus.ZERO_RESULTS) { map.setCenter(results[0].geometry.location); var infowindow = new google.maps.InfoWindow({ content: '' + address + '', size: new google.maps.Size(150, 50) }); var marker = new google.maps.Marker({ position: results[0].geometry.location, map: map, title: address }); google.maps.event.addListener(marker, 'click', function() { infowindow.open(map, marker); }); } else { alert("No results found"); } } else { alert("Geocode was not successful for the following reason: " + status); } }); } } google.maps.event.addDomListener(window, 'load', initialize); function showAddress(address,address_city , address_state , company) { } /* function initialize() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(37.4419, -122.1419), 14); geocoder = new GClientGeocoder(); } } function showAddress(address,address_city , address_state , company) { address_found = false; if (GBrowserIsCompatible()) { geocoder = new GClientGeocoder(); if (geocoder) { geocoder.getLatLng( address, function(point) { if (!point) { //alert(address + " not found"); } else { address_found = true; var mapOptions = { googleBarOptions : { style : "new" } } map = new GMap2(document.getElementById("map_canvas"), mapOptions); map.setCenter(point, 14); map.setUIToDefault(); map.disableScrollWheelZoom(); map.enableGoogleBar(); var marker = new GMarker(point); map.addOverlay(marker); marker.openInfoWindowHtml(company); //map.addControl(new GSmallMapControl()); } } ); */ /* if (address_found == false){ geocoder.getLatLng( address_city, function(point) { if (!point) { //alert(address + " not found"); } else { address_found = true; var mapOptions = { googleBarOptions : { style : "new" } } //map = new GMap2(document.getElementById("map_canvas"), mapOptions); map.setCenter(point, 14); map.setUIToDefault(); map.disableScrollWheelZoom(); map.enableGoogleBar(); var marker = new GMarker(point); map.addOverlay(marker); marker.openInfoWindowHtml(company); } } ); }// end of city_address found if (address_found == false){ alert(address_found); geocoder.getLatLng( address_state, function(point) { if (!point) { //alert(address + " not found"); } else { address_found = true; var mapOptions = { googleBarOptions : { style : "new" } } //map = new GMap2(document.getElementById("map_canvas"), mapOptions); map.setCenter(point, 14); map.setUIToDefault(); map.disableScrollWheelZoom(); map.enableGoogleBar(); var marker = new GMarker(point); map.addOverlay(marker); marker.openInfoWindowHtml(company); //map.addControl(new GSmallMapControl()); } } ); }// end ofaddress_state found */ /* } // if (geocoder) } // if (GBrowserIsCompatible()) } */
Warning: Unknown: open(/var/cpanel/php/sessions/ea-php71/sess_jhv0p8d3v47qoh98neb3pidd70, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/php/sessions/ea-php71) in Unknown on line 0