public function setMap() { return 'var ' . $this->_map . ' = new google.maps.Map(document.getElementById(\'' . $this->_id . '\'), ' . $this->_options . ');' . "\n"; }